[]
        
(Showing Draft Content)

C1.Framework.Text.Lexicons.IPattern.Match

Match Method

Match(string, int)

Match the text.

Declaration
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.