Jump to content

RexxRE: Difference between revisions

From EDM2
Created page with "Regular expressions library for Rexx provides a Rexx interface to POSIX regular expressions. There is an analog to each of the POSIX functions, and a 'parse' function which pr..."
 
 
Line 18: Line 18:
==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rexxre101.zip Version 1.0.1]
* [http://www.os2site.com/sw/dev/rexx/libs/rexxre101.zip Version 1.0.1]
* [http://www.interlog.com/~ptjm/ Website]


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Latest revision as of 03:16, 10 November 2020

Regular expressions library for Rexx provides a Rexx interface to POSIX regular expressions. There is an analog to each of the POSIX functions, and a 'parse' function which provides functionality similar to the Rexx parse instruction.

Files
  • REXXRE.DLL

Functions

  • ReLoadFuncs
  • ReDropFuncs
  • ReVersion
  • ReComp
  • ReExec
  • ReError
  • ReFree
  • ReParse

License

  • Author: Patrick TJ McPhee

Links