jetbrains.buildServer.configs.kotlin.v2019_2.buildFeatures / FileContentReplacer / regexMode

regexMode

var regexMode: 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

Getter

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.

Getter Since
2017.1

Setter

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.

Setter Since
2017.1