TString - Mvdlei Tzod
TString class for string-related methods, for use with t.string
. Fully type-safe return values.
Installation
Methods
upper
Converts a string to uppercase.
lower
Converts a string to lowercase.
reverse
Reverses a string.
empty
Checks if a string is empty.
has
Checks if a string contains a substring.
quote
Quotes a string, e.g., quote("hello")
returns ""hello"".
Example
Links