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
Test Output
Type | Evaluating... |
Value |
Test Output
Type | |
Value |
initials("John Smith")
returns JS
On This Page