'Declaration
Public Function Match( _ ByVal text As String, _ ByVal startIndex As Integer _ ) As Integer
public int Match( string text, int startIndex )
Parameters
- text
- The text.
- startIndex
- The start index.
Return Value
Return the matched length. Zero indicates no matched.