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