kactoos-jvm / nnl.rocks.kactoos.text / NormalizedText
class NormalizedText :
TextEnvelope
Normalize (replace sequences of whitespace characters by a single space) a Text.
Since 0.4
Name | Summary |
---|---|
<init> | NormalizedText(origin: Text ) NormalizedText(text: String ) NormalizedText(origin: KText ) Normalize (replace sequences of whitespace characters by a single space) a Text. |
Name | Summary |
---|---|
asString | open fun asString(): String Convert it to the string. |
compareTo | open fun compareTo(other: Text ): Int |
equals | open fun equals(other: Any ?): Boolean |
hashCode | open fun hashCode(): Int |
toString | open fun toString(): String |