Free cookie consent management tool by TermsFeed initials() Function
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: Fri, Nov 10, 2023 (03:42:48 PM)

initials() Function

FEEDBACK