Properties - cRegEx¶
Include: Use System\Regex.pkg
This page lists the properties - cregex documented for this class.
- pbAnchored - Anchors matching behavior.
- pbGreedy - Controls greedy matching.
- pbIgnoreCase - Enables case-insensitive matching.
- pbIgnorePatternWhitespace - Ignores pattern whitespace.
- pbMultiline - Enables multiline matching behavior.
- pbUnicodeProperties - Enables Unicode property matching.
- psExpression - Regular expression pattern.