Package com.gengoai.string
Functions, predicates, and utilities to create, format, parse, and manipulate strings.
-
Interface Summary Interface Description CharMatcher ACharMatcher
is aSerializablePredicate
forCharacter
s testing if characters match a specific pattern.StringLike Defines an objects which acts similar to Java String.StringMatcher AStringMatcher
is aSerializablePredicate
forCharSequence
s testing if CharSequences match a specific pattern. -
Class Summary Class Description CSVFormatter Formats a series of items in Delimited Separated Value format.Re Commonly used Regex classes and constructs for building Patterns.StringResolver Strings Convenience methods for manipulating strings.TableFormatter The type Table formatter. -
Enum Summary Enum Description StringFunctions Commonly used string transforms asSerializableFunction