enum class RegexMode
Controls the way the search pattern and the replacement text are interpreted.
Since
2017.1
Treat both the search pattern and the replacement text as
fixed strings, similarly to |
|
Treat both the search pattern and the replacement text as
regular expressions. Trailing |
|
Treat the search pattern as a regular expression (similarly
to REGEX), but quote the
replacement text (as in FIXED_STRINGS mode). |