Uses of Class
de.cuioss.tools.string.Splitter
Packages that use Splitter
-
Uses of Splitter in de.cuioss.tools.string
Methods in de.cuioss.tools.string that return SplitterModifier and TypeMethodDescriptionSplitter.doNotModifySeparatorString()Usually the separator will be pre-processed before being passed toString.split(String).Splitter.limit(int maxItems) Returns a splitter that behaves equivalently tothissplitter but stops splitting after it reaches the limit.Splitter.omitEmptyStrings()Returns a splitter that behaves equivalently tothissplitter, but automatically omits empty strings from the results.static SplitterSplitter.on(char separator) Returns a splitter that uses the given fixed string as a separator.static SplitterReturns a splitter that uses the given fixed string as a separator.Splitter.trimResults()Returns a splitter that behaves equivalently tothissplitter, but automatically removes leading and trailing whitespace from each returned substring.