Namespace: Regex
Match format flags. These can be bitwise OR'd together to combine options.
Name | Value | Description |
---|---|---|
match_default | 0 | |
match_not_bol | 1 | |
match_not_eol | 2 | |
match_not_bow | 4 | |
match_not_eow | 8 | |
match_any | 16 | |
match_not_null | 32 | |
match_continuous | 64 | |
match_prev_avail | 256 | |
format_default | 0 | |
format_sed | 1024 | |
format_no_copy | 2048 | |
format_first_only | 4096 |