[]
Defines the StringQuantityPattern class.
public class StringQuantityPattern : IPattern
StringQuantityPattern, used to match a repeated string in the text. minimum indicates the mininum repeated times. maximum indicates the maxinum repeated times.
Name | Description |
---|---|
StringQuantityPattern(string, int, int) | Constructor. |
Name | Description |
---|---|
Match(string, int) | Match the text form start index. |