[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

MaskOpCodesNoEscape

Contains op codes enabled when escape characters and single character wildcards are not used.

Declaration

Source position: masks.pas line 84

const MaskOpCodesNoEscape = [mocAnyChar, mocAnyText, mocRange, mocSet, mocNegateGroup];

Description

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