StringManipulators extension

on

Properties

abbreviate String

Available on String, provided by the StringManipulators extension

Returns abbreviation of the words in string.
no setter
reverse String

Available on String, provided by the StringManipulators extension

Returns reversed String.
no setter
tokenise List<String>

Available on String, provided by the StringManipulators extension

Returns List of words from the sentence.
no setter