Capitalization Formatters
Version 25.2.9314
Version 25.2.9314
Capitalization Formatters
capitalize()
Returns the original attribute value with only its first character capitalized.
capitalizeall()
Returns the original attribute value with the first character of each word capitalized.
tolower()
Returns the string represented by the attribute value with all characters converted to lowercase.
toupper()
Returns the string represented by the attribute value with all characters converted to uppercase.