Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Returns a version of the String that ends with either ?, ! or .
Link copied to clipboard
Checks if the String is equal to the given examinable and returns a Boolean where the value is true if the String and the examinable are equal, else false.
Link copied to clipboard
Checks if the String is equal to the given identifier and returns a Boolean where the value is true if the String and the identifier are equal, else false.
Link copied to clipboard
Get an objectified for a word.
Link copied to clipboard
Compare this string to other with no case sensitivity.
Link copied to clipboard
Returns a version of the String that is not finished with either a ?, ! or .
Link copied to clipboard
Remove any lines of whitespace from this String.
Link copied to clipboard
Ensure that the String starts with a lower case letter.
Link copied to clipboard
Converts the String to a Description.
Link copied to clipboard
Converts the String to an Identifier.
Link copied to clipboard
Convert to sentence case.
Link copied to clipboard