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 e-mail addresses.
Support of these facilities is based on the Sun Microsystems
implementation of regular expressions
(java.util.regex.Pattern
).
free text rules | |
About
Parse Infer rules
About Parse Transform rules About the Regular Expression tester About Edit Validate rules About the Search/Replace a String wizard |