Data Access Management
>
Regular expression syntax reference
> Optional elements
Optional elements
You can use a question mark to signify that a sub-expression is optional.
For example, the expression Mr(s?) Smith can produce either of the following tokens:
•
Mr Smith
•
Mrs Smith