Overload List

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

See Also