Uses of Class
eu.svjatoslav.commons.string.String2
Packages that use String2
-
Uses of String2 in eu.svjatoslav.commons.string
Methods in eu.svjatoslav.commons.string that return String2Modifier and TypeMethodDescriptionString2.appendWithSeparator
(String separator, String suffix) String2.clear()
String2.enforceLength
(int targetLength) String2.repeat
(int count) String2.trimPrefix
(int cutAmount) Cut given amount of characters from the left of the string.String2.trimPrefixIfExists
(String prefix) String2.trimSuffix
(int charsToTrim) String2.trimSuffixIfExists
(String suffix)