Regexby Group Public on Wednesday August 05 2009 @ 14:57:21 (1/1 Points) |
|
| Language ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
A regex, or regular expression, is a pattern which can be used to match and extract from textual data.
The format used in TestPlan is the same as the Java native regular expressions.
Maybe Regex
Many functions have parameters which take a string, or a regex. If a regex is desired then it must be surrounded by slashes /regex/.
Functions which expect only a regex do not use this pattern and thus the slashes should not be specified.
TestPlan Regex
