Produces a Normalization[String]
whose normalized
method
returns the result of invoking toLowerCase
on the passed string.
Produces a Normalization[String]
whose normalized
method
returns the result of invoking toLowerCase
on the passed string.
a Normalization[String]
that normalizes by transforming strings to lower case.
Produces a Normalization[String]
whose normalized
method
returns the result of invoking trim
on the passed string.
Produces a Normalization[String]
whose normalized
method
returns the result of invoking trim
on the passed string.
a Normalization[String]
that normalizes strings by trimming them.
Companion object to trait
StringNormalizations
that provides an alternative to mixing it in.