[]
Creates the first match.
public Lexicon.Match BuildMatch(string text)
Public Function BuildMatch(text As String) As Lexicon.Match
| Type | Name | Description |
|---|---|---|
| string | text | The text to be parsed. |
| Type | Description |
|---|---|
| Lexicon.Match | The first match. |