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
 
(One intermediate revision by the same user not shown)
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==
*
*Author: Dennis Bareis
*Author: Dennis Bareis


==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]]

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