Regular Expression
- Matches against regex similar to PCRE. For more information, see Java regex Pattern documentation
- Matches groups with subpatterns:
- Capture field: If it is created as a capture field, a regular expression can be assigned to another pattern
- Subregular expression
- Supports a loop option to process multiple times
Content | Properties |
---|---|
Any type of pattern | A regular expression |