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