Returns only the uppercase characters from within the given text.
initials( text )
text: (Text) The text containing uppercase to be returned.
Text
You can experiment with this function in the test box below.
Test Input
initials("John Smith")
returns JS