utils library
Functions
-
removeFirstCharacters(
String text, int count) → String - Convenience method to remove a given number of characters from the beginning of a string
-
removeLastCharacters(
String text, int count) → String - Convenience method to remove a given number of characters from the end of a string