[]
Match the text form start index.
public int Match(string text, int startIndex)
Type | Name | Description |
---|---|---|
string | text | The text. |
int | startIndex | The start index. |
Type | Description |
---|---|
int | Return the matched length. Zero indicates no matched. |