'Declaration
Public Function BuildMatches( _ ByVal text As String _ ) As Lexicon.MatchCollection
public Lexicon.MatchCollection BuildMatches( string text )
Parameters
- text
- The text to be parsed.
Return Value
A Lexicon.MatchCollection contains the all matches.