# C1.Framework.Text.Lexicons.StringQuantityPattern

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_StringQuantityPattern" data-uid="C1.Framework.Text.Lexicons.StringQuantityPattern" class="text-break">StringQuantityPattern Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <a class="xref" href="C1.Framework.Text.Lexicons.StringQuantityPattern.html">StringQuantityPattern</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">StringQuantityPattern</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.IPattern.html">IPattern</a></div>
  </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_StringQuantityPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StringQuantityPattern : IPattern</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StringQuantityPattern
    Implements IPattern</code></pre>
  </div>
  <h5 id="C1_Framework_Text_Lexicons_StringQuantityPattern_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="C1.Framework.Text.Lexicons.StringQuantityPattern.html">StringQuantityPattern</a>, used to match a repeated string in the text.
<b>minimum</b> indicates the mininum repeated times.
<b>maximum</b> indicates the maxinum repeated times.</p>
</div>
  <h3 id="constructors">Constructors
</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_StringQuantityPattern__ctor_System_String_System_Int32_System_Int32_" data-uid="C1.Framework.Text.Lexicons.StringQuantityPattern.#ctor(System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.Text.Lexicons.StringQuantityPattern.-ctor.html#C1_Framework_Text_Lexicons_StringQuantityPattern__ctor_System_String_System_Int32_System_Int32_">StringQuantityPattern(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_StringQuantityPattern_Match_System_String_System_Int32_" data-uid="C1.Framework.Text.Lexicons.StringQuantityPattern.Match(System.String,System.Int32)">
          <a class="xref" href="C1.Framework.Text.Lexicons.StringQuantityPattern.Match.html#C1_Framework_Text_Lexicons_StringQuantityPattern_Match_System_String_System_Int32_">Match(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Match the text form start index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
