Back Forward Regular expression

A regular expression is a symbolic representation of a pattern of text. Regular expressions are widely used in UNIX text search facilities such as the grep command.

For example, the regular expression

[A-Z0-9._%-]++@[A-Z0-9._%-]+\.[A-Z]{2,4}

matches [email protected] and many other email addresses.

Applications

Notes

Support of these facilities is based on the Sun Microsystems implementation of regular expressions (java.util.regex.Pattern).

Definitions free text rules
Related topics About Parse Infer rules
About Parse Transform rules
About the Regular Expression tester
About Edit Validate rules
About the Rule Security Analyzer
About the Search/Replace a String wizard

UpDefinitions