[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |