Overload List
| Name | Description | |
|---|---|---|
|
|
AddRegex(String, CharClass) |
Entry a pattern specified with a regular expression (case
sensitive) to be highlighted.
|
|
|
AddRegex(String, IList<(Of <<'(CharClass>)>>)) |
Entry a pattern specified with a regular expression (case
sensitive) containing capturing groups which will be highlighted.
|
|
|
AddRegex(Regex, CharClass) |
Entry a pattern specified with a regular expression
to be highlighted.
|
|
|
AddRegex(Regex, IList<(Of <<'(CharClass>)>>)) |
Entry a pattern specified with a regular expression containing
capturing groups which will be highlighted.
|
|
|
AddRegex(String, Boolean, CharClass) |
Entry a pattern specified with a regular expression
to be highlighted.
|
|
|
AddRegex(String, Boolean, IList<(Of <<'(CharClass>)>>)) |
Entry a pattern specified with a regular expression containing
capturing groups which will be highlighted.
|