Ketex Group
class KetexGroup(type: KetexGroup.KetexGroupType, name: String) : KetexFragment, KetexToken
Content copied to clipboard
Constructors
Types
Functions
Link copied to clipboard
Append a raw string of characters to the regex.
Link copied to clipboard
Append a regex group to the regex.
Append a character set to match in the regex.
Append a custom regex token to match in the regex. DOES NOT escape metacharacters.
Append a single character to match in the regex. This function escapes the char before appending it to the regex, so it cannot add metacharacters.
Append a string of characters to match in the regex. This function escapes the string before appending it to the regex, so it cannot add metacharacters.