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.
Provides methods that produce
Normalization[String]
instances for various ways to normalize strings.