Options to use when performing a regex operation.
Value | Member | Description |
---|---|---|
0x00000000 | None | |
0x00000001 | IgnoreCase | Ignore character casing. |
0x00000002 | Extended | Allow support for extended regular expressions. |
0x00000004 | Approximate | Support regular expression matching that allows errors or differences. |