Mode Modifiers
Regex mode modifiers allow you to change the default functionality of a regex flavor, such as changing how specific matching happens.
Mode modifiers use a (?<MODIFIER_LETTERS>)
question mark in parentheses followed by a modifier letter that specifies the option to overwrite.