Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

RegExpFlags Enumeration

SymbolValueDescription
RegExpTypeANSI0x00000000Treat the given range as a stream of single-byte characters. May not be used with RegExpTypeUNICODE flag.
RegExpTypeUNICODE0x00000001Treat the given range as a stream of 16-bit unicode characters. May not be used with RegExpTypeANSI flag.
RegExpIgnoreCase0x00000002If this flag is specified, ignore case during search operation.