Uses of Package
com.gengoai.string
-
Packages that use com.gengoai.string Package Description com.gengoai.collection.tree com.gengoai.io Classes for reading and writing to various different sources, e.g.com.gengoai.string Functions, predicates, and utilities to create, format, parse, and manipulate strings. -
Classes in com.gengoai.string used by com.gengoai.collection.tree Class Description CharMatcher ACharMatcher
is aSerializablePredicate
forCharacter
s testing if characters match a specific pattern. -
Classes in com.gengoai.string used by com.gengoai.io Class Description CSVFormatter Formats a series of items in Delimited Separated Value format. -
Classes in com.gengoai.string used by com.gengoai.string Class Description CharMatcher ACharMatcher
is aSerializablePredicate
forCharacter
s testing if characters match a specific pattern.StringFunctions Commonly used string transforms asSerializableFunction
StringMatcher AStringMatcher
is aSerializablePredicate
forCharSequence
s testing if CharSequences match a specific pattern.TableFormatter The type Table formatter.