[]
Defines the ExcludeStringsPattern class.
public class ExcludeStringsPattern : IPattern
ExcludeStringsPattern, used to exclude special string form the text. As soon as it find the special string, it will throw a exception.
| Name | Description |
|---|---|
| ExcludeStringsPattern(string[], string) | Constructor. |
| Name | Description |
|---|---|
| Match(string, int) | Match the text form start index. |