Skip to content

Change Case

Convert to Lower Case

Convert all inputted text to lower case. For example, "This is a TEST" will return "this is a test".

Convert to Upper Case

Convert all inputted text to upper case. For example, "This is a TEST" will return "THIS IS A TEST".

Convert to Title Case

Convert all inputted text so each word is capitalised. For example, "This is a TEST" will return "This Is A Test".

Change Case

Example of the Change Case function.