Ansi color implementation.
Highlights matchOf in matchTo with color.
Highlights the string between matchStart and matchEnd in matchTo with color.
Checks if a character is alphabetic.
Checks if a string contains only alphabetic characters.
Checks if a character is alphanumeric.
Checks if a string contains only alphanumeric characters.
Checks if a character is a digit.
Checks if a character is lowercase.
Checks if a string contains only lowercase characters.
Checks if a string contains only numeric characters.
Checks if a character is uppercase.
Checks if a string contains only uppercase characters.
Mangles str to remove special characters.
Pads str to the left with padding character until it reaches length.
Pads str to the right with padding character until it reaches length.
Splits str into an array of string lines.
Converts str to camel case.
Converts str to kebab case.
Converts all characters in str to be lowercase.
Converts a character to lowercase
Converts str to Pascal case.
Converts str to snake case.
Converts all characters in str to be uppercase.
Converts a character to uppercase.
Highlighting, case conversions, parsing, and more.