crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v2017_2.build-features/-file-content-replacer/case-sensitive-pattern.html

28 lines
2.2 KiB
HTML
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FileContentReplacer.caseSensitivePattern - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v2017_2.buildFeatures</a>&nbsp;/&nbsp;<a href="index.html">FileContentReplacer</a>&nbsp;/&nbsp;<a href="./case-sensitive-pattern.html">caseSensitivePattern</a><br/>
<br/>
<h1>caseSensitivePattern</h1>
<a name="jetbrains.buildServer.configs.kotlin.v2017_2.buildFeatures.FileContentReplacer$caseSensitivePattern"></a>
<code><span class="keyword">var </span><span class="identifier">caseSensitivePattern</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
<p>Whether the search should be case-sensitive. Enabled by default.
A value of <code>false</code> sets <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE">CASE_INSENSITIVE</a> and <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#UNICODE_CASE">UNICODE_CASE</a> flags.
Set to <code>false</code> for case-insensitive languages (e.g. <em>Visual Basic</em>).</p>
<p><strong>Getter</strong><br/>
<p>Whether the search should be case-sensitive. Enabled by default.
A value of <code>false</code> sets <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE">CASE_INSENSITIVE</a> and <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#UNICODE_CASE">UNICODE_CASE</a> flags.
Set to <code>false</code> for case-insensitive languages (e.g. <em>Visual Basic</em>).</p>
</p>
<p><strong>Setter</strong><br/>
<p>Whether the search should be case-sensitive. Enabled by default.
A value of <code>false</code> sets <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#CASE_INSENSITIVE">CASE_INSENSITIVE</a> and <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html#UNICODE_CASE">UNICODE_CASE</a> flags.
Set to <code>false</code> for case-insensitive languages (e.g. <em>Visual Basic</em>).</p>
</p>
</BODY>
</HTML>