[]
Defines the CharacterQuotationPattern class.
public class CharacterQuotationPattern : IPattern, ITextFilter
CharacterQuotationPattern, used to match the quatation bracket witch a pair of character.
Name | Description |
---|---|
CharacterQuotationPattern(char, char, char, bool) | Constructor. |
CharacterQuotationPattern(char, char, char, bool, bool) | Constructor. |
Name | Description |
---|---|
Filter(string) | Filter the text. |
Match(string, int) | Match the text form start index. |