Rexx Programming/How to Rexx/regular expression

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The rexx scripting language does not have integral support for regular expressions. However, some rexx interpreters offer support for regular expressions via external function libraries or through implementation specific extensions. It is possible to emulate regular expressions through appropriate coding techniques.