java.lang.Object
org.sejda.commons.util.StringUtils
- Author:
- Andrea Vacondio
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringasUnicodes(String in) difference(String s1, String s2) static booleanisEmpty(CharSequence cs) static booleanstatic Stringstatic String
-
Method Details
-
normalizeWhitespace
- Returns:
- a string where control characters like \n, \t or \r are removed and whitespaces (including Unicode 'non-breaking-space') are replaced with plain regular 'space'
-
difference
-
asUnicodes
-
isEmpty
-
isNotEmpty
-
normalizeLineEndings
-