Regular Expression Option Flags
The following table shows the flags that can be used to change the behaviour of regular expression matching:
Flag | Description |
---|---|
i | Turn on case insensitive matching. |
The following table shows the flags that can be used to change the behaviour of regular expression matching:
Flag | Description |
---|---|
i | Turn on case insensitive matching. |