# C1.Framework.Text.Lexicons.CharacterQuotationPattern

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Text_Lexicons_CharacterQuotationPattern" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern" class="text-break">CharacterQuotationPattern Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.html">CharacterQuotationPattern</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">CharacterQuotationPattern</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.IPattern.html">IPattern</a></div>
    <div><a class="xref" href="C1.Framework.Text.Lexicons.ITextFilter.html">ITextFilter</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_CharacterQuotationPattern_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CharacterQuotationPattern : IPattern, ITextFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CharacterQuotationPattern
    Implements IPattern, ITextFilter</code></pre>
  </div>
  <h5 id="C1_Framework_Text_Lexicons_CharacterQuotationPattern_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.html">CharacterQuotationPattern</a>, used to match the quatation bracket witch a pair of character.</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_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor(System.Char,System.Char,System.Char,System.Boolean)">
          <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.-ctor.html#C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_">CharacterQuotationPattern(char, char, char, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_System_Boolean_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor(System.Char,System.Char,System.Char,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.-ctor.html#C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_System_Boolean_">CharacterQuotationPattern(char, char, char, bool, bool)</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_CharacterQuotationPattern_Filter_System_String_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.Filter(System.String)">
          <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.Filter.html#C1_Framework_Text_Lexicons_CharacterQuotationPattern_Filter_System_String_">Filter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Filter the text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Text_Lexicons_CharacterQuotationPattern_Match_System_String_System_Int32_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.Match(System.String,System.Int32)">
          <a class="xref" href="C1.Framework.Text.Lexicons.CharacterQuotationPattern.Match.html#C1_Framework_Text_Lexicons_CharacterQuotationPattern_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>
