[]
Match the text form start index.
public int Match(string text, int startIndex)
Public 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. |