Search

To Uppercase

Last Updated: Dec 10, 2020

Articles

Use this function to convert all the 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

  1. To Uppercase (jiffy) = JIFFY
  2. To Uppercase (jiffy123) = JIFFY123

To view all the Text functions, click here.

Did you find what you were looking for?