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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK