# C1.Framework.Text.Lexicons.IPattern

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_IPattern" data-uid="C1.Framework.Text.Lexicons.IPattern" class="text-break">IPattern Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the IPattern interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Text.Lexicons.html">C1.Framework.Text.Lexicons</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Text_Lexicons_IPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPattern</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPattern</code></pre>
  </div>
  <h5 id="C1_Framework_Text_Lexicons_IPattern_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Pattern can match a word in the text.</p>
</div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Text_Lexicons_IPattern_Match_System_String_System_Int32_" data-uid="C1.Framework.Text.Lexicons.IPattern.Match(System.String,System.Int32)">
          <a class="xref" href="C1.Framework.Text.Lexicons.IPattern.Match.html#C1_Framework_Text_Lexicons_IPattern_Match_System_String_System_Int32_">Match(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Match the text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
