Capitalization Formatters
Version 24.2.9039
Version 24.2.9039
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.