regexMode

var regexMode: FileContentReplacer.RegexMode?

Controls the way the search pattern and the replacement text are interpreted. The default is RegexMode.REGEX. Set to RegexMode.FIXED_STRINGS to perform a fixed strings search.

Since

2017.1