Appearance
Regular Expression Details
Yellowbrick supports a subset of the POSIX-style regular expressions (regex), including support for:
- Character classes and escaped special characters
- Quantifiers
- Anchors
- Grouping constructs: Capturing and non-capturing groups and sub-expressions
- Alternation constructs
- Back references
- Flags
Yellowbrick does not support:
- Constraints and assertions
The following sections cover all of these constructs.
In This Section
Parent topic:Pattern Matching