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)) {
static strToTitle($pValue)
Convert a UTF-8 encoded string to title/proper case (uppercase every first character in each word...
static upper($mixedCaseValue)
UPPERCASE.
static lower($mixedCaseValue)
LOWERCASE.
static strToUpper($pValue)
Convert a UTF-8 encoded string to upper case.
static getFALSE()
Return the locale-specific translation of FALSE.
static proper($mixedCaseValue)
PROPERCASE.
static getTRUE()
Return the locale-specific translation of TRUE.
static strToLower($pValue)
Convert a UTF-8 encoded string to lower case.
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.