FlagType
Namespace: Regex
Regular expression flags. These can be bitwise OR'd together to combine options.
Values
| Name | Value | Description | 
|---|---|---|
| icase | 256 | |
| nosubs | 512 | |
| optimize | 1024 | |
| collate | 2048 | |
| ECMAScript | 1 | |
| basic | 2 | |
| extended | 4 | |
| awk | 8 | |
| grep | 16 | |
| egrep | 32 | 
Namespace: Regex
Regular expression flags. These can be bitwise OR'd together to combine options.
| Name | Value | Description | 
|---|---|---|
| icase | 256 | |
| nosubs | 512 | |
| optimize | 1024 | |
| collate | 2048 | |
| ECMAScript | 1 | |
| basic | 2 | |
| extended | 4 | |
| awk | 8 | |
| grep | 16 | |
| egrep | 32 |