Uses of Class
app.babylon.text.Strings.Splitter
Packages that use Strings.Splitter
-
Uses of Strings.Splitter in app.babylon.text
Methods in app.babylon.text that return Strings.SplitterModifier and TypeMethodDescriptionstatic Strings.SplitterStrings.splitter()Creates a reusable splitter configuration.Strings.Splitter.withRemoveEmpty(boolean removeEmpty) Returns a splitter that controls whether empty fields are omitted from the result.Strings.Splitter.withSplitter(char splitter) Returns a splitter with the delimiter character used to split input.Strings.Splitter.withSplitters(char splitter, char... additionalSplitters) Returns a splitter that treats any of the supplied delimiter characters as a field boundary.Strings.Splitter.withStripping(boolean strip) Returns a splitter that controls whether each field is stripped before it is returned or tested for emptiness.