jetbrains.buildServer.configs.kotlin.v2017_2.buildFeatures / FileContentReplacer / replacement

replacement

var replacement: String?

Replacement text. In REGEX mode, $N sequence references N-th capturing group. All backslashes (\) and dollar signs ($) without a special meaning should be quoted (as \\ and \$, respectively). In REGEX_MIXED and FIXED_STRINGS modes, backslashes (\) and dollar signs ($) have no special meaning.

Getter

Replacement text. In REGEX mode, $N sequence references N-th capturing group. All backslashes (\) and dollar signs ($) without a special meaning should be quoted (as \\ and \$, respectively). In REGEX_MIXED and FIXED_STRINGS modes, backslashes (\) and dollar signs ($) have no special meaning.

Setter

Replacement text. In REGEX mode, $N sequence references N-th capturing group. All backslashes (\) and dollar signs ($) without a special meaning should be quoted (as \\ and \$, respectively). In REGEX_MIXED and FIXED_STRINGS modes, backslashes (\) and dollar signs ($) have no special meaning.