crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.build-features/-file-content-replacer/-regex-mode/-r-e-g-e-x.html
2021-01-18 15:27:50 -05:00

22 lines
1.1 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FileContentReplacer.RegexMode.REGEX - </title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildFeatures</a>&nbsp;/&nbsp;<a href="../index.html">FileContentReplacer</a>&nbsp;/&nbsp;<a href="index.html">RegexMode</a>&nbsp;/&nbsp;<a href="./-r-e-g-e-x.html">REGEX</a><br/>
<br/>
<h1>REGEX</h1>
<a name="jetbrains.buildServer.configs.kotlin.v10.buildFeatures.FileContentReplacer.RegexMode.REGEX"></a>
<code><span class="identifier">REGEX</span></code>
<p>Treat both the search pattern and the replacement text as
regular expressions. Trailing <code>\</code> or single <code>$</code> characters
are not allowed in the replacement text.
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#MULTILINE">MULTILINE</a> mode is on by default.
Equivalent to checking the <strong>Regex</strong> box in the <em>File ContentReplacer</em> UI.
This is the only mode in <em>TeamCity</em> 9.1 and 10.0 and the default one
since 2017.1.</p>
</BODY>
</HTML>