Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

make the first letter of a string upper case

>>> "hello world".title()
'Hello World'
>>> u"hello world".title()
u'Hello World'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #letter #string #upper #case
ADD COMMENT
Topic
Name
4+3 =