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