18 public static function lower($mixedCaseValue): string
22 if (is_bool($mixedCaseValue)) {
36 public static function upper($mixedCaseValue): string
40 if (is_bool($mixedCaseValue)) {
54 public static function proper($mixedCaseValue): string
58 if (is_bool($mixedCaseValue)) {
An exception for terminatinating execution or to throw for unit testing.
static getTRUE()
Return the locale-specific translation of TRUE.
static getFALSE()
Return the locale-specific translation of FALSE.
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.
static lower($mixedCaseValue)
LOWERCASE.
static upper($mixedCaseValue)
UPPERCASE.
static proper($mixedCaseValue)
PROPERCASE.
static strToUpper($pValue)
Convert a UTF-8 encoded string to upper case.
static strToTitle($pValue)
Convert a UTF-8 encoded string to title/proper case (uppercase every first character in each word,...
static strToLower($pValue)
Convert a UTF-8 encoded string to lower case.