[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.StringQuantityPattern.Match

Match Method

Match(string, int)

Match the text form start index.

Declaration
public int Match(string text, int startIndex)
Parameters
Type Name Description
string text

The text.

int startIndex

The start index.

Returns
Type Description
int

Return the matched length. Zero indicates no matched.

Implements