Companion object to trait StringNormalizations that provides an
alternative to mixing it in.
- Companion:
- class
- Source:
- StringNormalizations.scala
Value members
Inherited fields
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.
- Returns:
a
Uniformity[String]that normalizes by transforming strings to lower case.- Inherited from:
- StringNormalizations
- Source:
- StringNormalizations.scala
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.
- Returns:
a
Uniformity[String]that normalizes strings by trimming them.- Inherited from:
- StringNormalizations
- Source:
- StringNormalizations.scala
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.
- Returns:
a
Uniformity[String]that normalizes by transforming strings to upper case.- Inherited from:
- StringNormalizations
- Source:
- StringNormalizations.scala