Jump to content

Rexx Programming/How to Rexx/regular expression

From Wikibooks, open books for an open world

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.