# C1.Win.C1Input.RegexpMaskType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_RegexpMaskType" data-uid="C1.Win.C1Input.RegexpMaskType" class="text-break">RegexpMaskType Enum
</h1>
  <div class="markdown level0 summary"><p>Used to determine the way of the RegexpEditMask pattern processing and validation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_RegexpMaskType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RegexpMaskType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RegexpMaskType</code></pre>
  </div>
  <h5 id="C1_Win_C1Input_RegexpMaskType_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
<a class="xref" href="C1.Win.C1Input.RegexpMaskType.html#C1_Win_C1Input_RegexpMaskType_RegexpMask">RegexpMask</a> based on MS Regex with some restrictions for avaliable keywords. It will not provide any edit mask. It can be validated on exit from edit mode only.
</p>
<p>
<a class="xref" href="C1.Win.C1Input.RegexpMaskType.html#C1_Win_C1Input_RegexpMaskType_C1RegexpEditMask">C1RegexpEditMask</a> uses custom parser. It don't support complicated regular expressions. It provides edit mask for user input. It can be validated during entering text.
</p>
<p>
Both types allows to use custom RegexpEditMask keywords for Japanese and half-width/double-width characters sets.
</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Input_RegexpMaskType_C1RegexpEditMask">C1RegexpEditMask</td>
        <td><p>The old style of regular expression mask based on custom regex parser. It can be validated during entering text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_RegexpMaskType_RegexpMask">RegexpMask</td>
        <td><p>The new style of regular expression mask based on MS Regex with support of custom RegexpEditMask keywords. It is only validated on exit from edit mode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
