[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.CharacterQuotationPattern

CharacterQuotationPattern Class

Defines the CharacterQuotationPattern class.

Inheritance
CharacterQuotationPattern
Implements
Namespace: C1.Framework.Text.Lexicons
Assembly: C1.Win.Input.8.dll
Syntax
public class CharacterQuotationPattern : IPattern, ITextFilter
Remarks

CharacterQuotationPattern, used to match the quatation bracket witch a pair of character.

Constructors

Name Description
CharacterQuotationPattern(char, char, char, bool)

Constructor.

CharacterQuotationPattern(char, char, char, bool, bool)

Constructor.

Methods

Name Description
Filter(string)

Filter the text.

Match(string, int)

Match the text form start index.