22 lines
1.7 KiB
HTML
22 lines
1.7 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>FileContentReplacer.pattern - </title>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2019_2.buildFeatures</a> / <a href="index.html">FileContentReplacer</a> / <a href="./pattern.html">pattern</a><br/>
|
|
<br/>
|
|
<h1>pattern</h1>
|
|
<a name="jetbrains.buildServer.configs.kotlin.v2019_2.buildFeatures.FileContentReplacer$pattern"></a>
|
|
<code><span class="keyword">var </span><span class="identifier">pattern</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
|
|
<p>Pattern to search for, either in the <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html">regular expression</a> (default) or in the <a href="-regex-mode/-f-i-x-e-d_-s-t-r-i-n-g-s.html">fixed strings</a> format, depending on the <a href="regex-mode.html">regexMode</a>.</p>
|
|
<p><strong>Getter</strong><br/>
|
|
<p>Pattern to search for, either in the <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html">regular expression</a> (default) or in the <a href="-regex-mode/-f-i-x-e-d_-s-t-r-i-n-g-s.html">fixed strings</a> format, depending on the <a href="regex-mode.html">regexMode</a>.</p>
|
|
</p>
|
|
<p><strong>Setter</strong><br/>
|
|
<p>Pattern to search for, either in the <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html">regular expression</a> (default) or in the <a href="-regex-mode/-f-i-x-e-d_-s-t-r-i-n-g-s.html">fixed strings</a> format, depending on the <a href="regex-mode.html">regexMode</a>.</p>
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|