Options, also called flags or modifiers, are language dependent. The example below uses Ruby syntax.
| Option Character | Effect | Language |
|---|---|---|
| \i | Ignore case | |
| \m | Match multiline | |
| \x | Write regex over several lines (ignore whitespace and comments in the pattern) | Ruby |