Skip to content

tm_upper Function โ€‹

tm_upper converts all cased letters in the given string to uppercase.

Examples โ€‹

sh
tm_upper("hello")
HELLO
tm_upper("ะฐะปะปะพ!")
ะะ›ะ›ะž!

This function uses Unicode's definition of letters and of upper- and lowercase.

  • tm_lower converts letters in a string to lowercase.
  • tm_title converts the first letter of each word in a string to uppercase.