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: capitalize, caps, character, lc, letter, lowercase, string, substring, tolower, toupper, uc, uppercase


Back to vuo.text node set documentation.