Capitalize - script and chart function
Capitalize() returns the string with all
words in initial uppercase letters.
Syntax:
Capitalize(text)
Return data type: string
Capitalize ( 'my little pony' )
|
Returns 'My Little Pony' |
Capitalize
( 'AA bb cC Dd')
|
Returns 'Aa Bb Cc Dc' |