Search

Is Lowercase

Last Updated: Mar 8, 2023

Articles

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

Syntax

isLowercase (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns True or False

Sample

isLowercase (abcd)

  • Checks if the all the characters in the string abcd are in lowercase.
    Returns True because all characters in the string are in lowercase.

To view all the Text functions, click here.

Did you find what you were looking for?