Contains op codes enabled when escape characters and single character wildcards are not used.
Source position: masks.pas line 84
const MaskOpCodesNoEscape = [mocAnyChar, mocAnyText, mocRange, mocSet, mocNegateGroup]; |
Interprets '[?]' as a literal question mark instead of 0..1 character wildcard. Disables escape characters like '\?'. Omits the op code values mocAnyCharOrNone and mocEscapeChar.
| Version 4.6 | Generated 2026-02-20 | Home |