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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK