Search

Capitalize

Last Updated: May 10, 2022

Articles

Use this function to capitalize the first character of each word in the input string.

Syntax

Capitalize (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns converted text

Sample

Capitalize (abcd ef)

  • Capitalizes the first character of the string abcd ef.
    Returns Abcd Ef.

To view all the Text functions, click here.

Did you find what you were looking for?