[]
Gets the matches collection.
public Lexicon.MatchCollection BuildMatches(string text)
Public Function BuildMatches(text As String) As Lexicon.MatchCollection
| Type | Name | Description |
|---|---|---|
| string | text | The text to be parsed. |
| Type | Description |
|---|---|
| Lexicon.MatchCollection | A Lexicon.MatchCollection contains the all matches. |