3.38.2. Using the ’matches’ operator

Simple matching

Wildcards

Repetition

Combining wildcards with repetition

The regular expression is applied to your entire string. To search for a match within a string, wildcards need to be placed on either side. See the examples below for more information.

Ranges

Note that there are no spaces between the ranges.

Alternatives

Escape character

Verbatim

Useful examples

For additional information about syntax and usage of regular expressions in general, please consult one of the many textbooks on the subject.



Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.