Jump to content

RXREGEXP: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 1: Line 1:
RxRegExp code allows any REXX program to make fast extensive use of regular expression searches and replaces.  
RxRegExp code allows any REXX program to make fast extensive use of regular expression searches and replaces.  
==Files==
;Files
* RxRegExp.dll
* RxRegExp.dll


Line 10: Line 10:


==License==
==License==
*
*Author: Dennis Bareis
*Author: Dennis Bareis



Latest revision as of 00:03, 15 November 2020

RxRegExp code allows any REXX program to make fast extensive use of regular expression searches and replaces.

Files
  • RxRegExp.dll

Functions

  • RegExpVersion
  • RegExpCompile
  • RegExpMatch
  • RegExpReplace

License

  • Author: Dennis Bareis

Links