|
Search documentation: |
Help Advanced | |
Published 08/06/2002 |
![]() ![]() ![]() ![]() |
Appendix A
Regular Expressions
This chapter provides a brief introduction to regular expressions.
Regular Expressions
The REGEX operator uses regular expressions to evaluate the contents of a field. Regular expressions test whether the contents match a pattern that you specify. If a field's contents match a regular expression, the rule returns true.
Regular expressions contain the following types of information:
- Characters that match themselves. For example, the regular expression
testing
will match a field that contains the texttesting
.- Metacharacters that modify the meaning of other characters.
Metacharacters
Table 11 shows some metacharacters that are often used in regular expressions.
Table 11 Regular Expression Metacharacters
Copyright © 2002 CyberSource Corporation. |
![]() |
![]() |
![]() |
![]() |