[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.ExcludeStringsPattern

ExcludeStringsPattern Class

Defines the ExcludeStringsPattern class.

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

ExcludeStringsPattern, used to exclude special string form the text. As soon as it find the special string, it will throw a exception.

Constructors

Name Description
ExcludeStringsPattern(string[], string)

Constructor.

Methods

Name Description
Match(string, int)

Match the text form start index.