Module io.github.mmm.base
Package io.github.mmm.base.text
package io.github.mmm.base.text
Contains helpers to deal with text (string, etc.) and case.
-
ClassDescriptionRepresents the different character cases and allows
conversion.Simple helper for case conversion likeCaseHelper.toLowerCase(String)orCaseHelper.toUpperCase(String).Defines the different styles of lower-/upper-case usage such ascamlCase,train-case, etc.A message that occurred whilst reading (parsing) or writing (formatting) textual data.Interface for the mode to configureTextFormatProcessorfor handlingTextFormatMessages.Type of aTextFormatMessage.Interface for a reader or writer of data in a textual format.