mixedupperword(
TEXT
)

The mixedupperword( function converts lower case words to Initial Caps, but leaves mixed case words alone.


Parameters

This function has one parameter:

text – text to be capitalized.


Description

This function converts lower case words to Initial Caps, but leaves mixed case and all uppercase words alone.

mixedupperword("john smith") ☞ John Smith
mixedupperword("mary McCord") ☞ Mary McCord 
mixedupperword("tom stephen O'Reilly") ☞ Tom Stephen O'Reilly 
mixedupperword("net 30") ☞ Net 30
mixedupperword("NEW york") ☞ NEW York 

See Also


History

VersionStatusNotes
10.0NewNew in this version.