Jump to content

RXREGEXP: Difference between revisions

From EDM2
Created page with "RxRegExp code allows any REXX program to make fast extensive use of regular expression searches and replaces. ==Functions== *RegExpVersion *RegExpCompile *RegExpMatch *Re..."
 
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==
* RxRegExp.dll


==Functions==
==Functions==
Line 7: Line 9:
*RegExpReplace  
*RegExpReplace  


==Files==
* RxRegExp.dll
==License==
==License==
*
*
Line 15: Line 15:
==Links==
==Links==
* [https://www.os2site.com/sw/dev/rexx/libs/red98104.zip]
* [https://www.os2site.com/sw/dev/rexx/libs/red98104.zip]
[[Category:REXX Function Library]]

Revision as of 00:02, 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