Change Case (vuo.text.case)

Changes the capitalization of a string.

Case Example
Lowercase all hello world.
Uppercase all HELLO WORLD.
Uppercase first letter in each word Hello World.
Uppercase first letter in each sentence Hello world.

For the last 2 types, all other letters are changed to lowercase.

Keywords: character, lc, letter, lower, string, substring, tolower, toupper, uc, upper


Back to vuo.text node set documentation.