Format.lowercase constructor

const Format.lowercase()

Converts string values to lowercase.

Implementation

const Format.lowercase() : this._('lowercase');