[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.StringQuantityPattern

StringQuantityPattern Class

Defines the StringQuantityPattern class.

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

StringQuantityPattern, used to match a repeated string in the text. minimum indicates the mininum repeated times. maximum indicates the maxinum repeated times.

Constructors

Name Description
StringQuantityPattern(string, int, int)

Constructor.

Methods

Name Description
Match(string, int)

Match the text form start index.