initials() Function

Returns only the uppercase characters from within the given text.

Syntax

initials( text )

text: (Text) The text containing uppercase to be returned.

Returns

Text

Examples

initials("John Smith") returns JS

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK