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..."
(No difference)

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