Package org.luwrain.util
Class TextUtils
java.lang.Object
org.luwrain.util.TextUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetLastWord(String text, int upToPos) static Stringstatic StringremoveIsoControlChars(String value) static StringreplaceIsoControlChars(String value) static StringreplaceIsoControlChars(String value, char replaceWith) static StringsameCharString(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
-