'Declaration
Public Function BuildMatch( _ ByVal text As String _ ) As Lexicon.Match
public Lexicon.Match BuildMatch( string text )
Parameters
- text
- The text to be parsed.
Return Value
The first match.
'Declaration
Public Function BuildMatch( _ ByVal text As String _ ) As Lexicon.Match
public Lexicon.Match BuildMatch( string text )