Search

To Uppercase

Last Updated: Mar 8, 2023

Articles

Use this function to convert all characters of the input string to uppercase.

Syntax

To Uppercase (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns the converted string

Sample

To Uppercase (abcde)

  • Converts all the characters of the string abcde to lowercase.
    Returns ABCDE.

To view all the Text functions, click here.

Did you find what you were looking for?