Regular expressions
Regular expression is a sequence of characters to define a pattern.
Use the Regular expression property to generate text or numerical data that matches the given regular expression.
The maximum length of the regular expression is 2000 characters.Note:
- Regular expressions do not support certain notations like \\d and \\w. You cannot use regular expressions in JSON and XSD schemas.
- When you use @, #, < symbol, you need to escape it with backslash (\).