Search

Is Uppercase

Last Updated: May 10, 2022

Articles

Use this function to check if all characters in the input string are in uppercase.

Syntax

isUppercase (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns True or False

Sample

isUppercase (ABCD)

  • Checks if the all the characters in the string ABCD are in uppercase.
    Returns True because all characters in the string are in uppercase.

To view all the Text functions, click here.

Did you find what you were looking for?