Literal Characters in Regular Expressions - Designer - Foundation 23.1 - Foundation 23.1 - Brainware - external - Brainware/Designer/Foundation-23.1/Brainware-Intelligent-Capture-Designer/Regular-Expressions/Literal-Characters-in-Regular-Expressions - 2024-01-22 - Regular expressions use the following character types.

Brainware Intelligent Capture Designer

Platform
Brainware
Product
Designer
Release
Foundation 23.1
License

Regular expressions use the following character types.

Literal characters
Normal text characters, such as letters or numbers, and all symbols that are not used as operators.
Special characters
The following symbols that can be used as operators.
* - [ ] ^ { } \ .

To treat a special character as a literal character and not as an operator, add a preceding backslash or enclose the symbol with square brackets.

Examples
  • \*
  • [*]