Search

To Lowercase

Last Updated: Mar 8, 2023

Articles

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

Syntax

To Lowercase (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns the converted string

Sample

To Lowercase (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?