Search

Capitalize

Last Updated: Dec 10, 2020

Articles

Use this function to convert the first character of a string to uppercase letter and lowercases all other characters, if any.

Syntax

Capitalize (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns converted text

Sample

  1. Capitalize (jiffy) = Jiffy
  2. Capitalize (JIFFY) = Jiffy
  3. Capitalize (123rpa) = 123rpa

To view all the Text functions, click here.

Did you find what you were looking for?