initials() Function

Function

initials( text )

Returns only the uppercase characters from within the given text.

Parameters

Keyword Type Description

text

Text

The text containing uppercase to be returned.

Returns

Text

Examples

initials("John Smith") returns JS

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK