Package-level declarations
Properties
Functions
Returns a copy of this string having its first letter title-cased using the rules of the default locale, or the original string if it's empty or already starts with a title case letter.
Combine two Either values. If both are Right then combine both B values using combineRight or if both are Left then combine both A values using combineLeft, otherwise return the sole Left value (either this
or other).
Returns a copy of this string having its first letter lowercased using the rules of the default locale, or the original string if it's empty or already starts with a lower case letter.
Add an empty line as last item if it is not empty
Returns penultimate element.
Remove all consecutive line breaks in a String
Remove all consecutive line breaks in a list of String