Package org.luwrain.util
Class TextUtils
java.lang.Object
org.luwrain.util.TextUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLastWord
(String text, int upToPos) static String
static String
removeIsoControlChars
(String value) static String
replaceIsoControlChars
(String value) static String
replaceIsoControlChars
(String value, char replaceWith) static String
sameCharString
(char c, int count) static String[]
splitLinesAnySeparator
(String text) static String[]
-
Constructor Details
-
TextUtils
public TextUtils()
-
-
Method Details
-
splitLinesAnySeparator
-
notLonger
-
getLastWord
-
sameCharString
-
removeIsoControlChars
-
replaceIsoControlChars
-
replaceIsoControlChars
-
wordWrap
-