Class Index | File Index | UML

Classes


Built-In Namespace String


UML

Method Summary
Method Attributes Method Name and Description
 

Returns this string with the char at first position in uppercase.

Method Detail
String#capitalize()

Returns this string with the char at first position in uppercase.

Example of use:


    "the brown Fox jumped over the lazy Dog".capitalize(); // = "The brown Fox jumped over the lazy Dog"
    

Defined in: String-capitalize.js.
Returns:
capitalized string.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Oct 17 2011 19:23:47 GMT+0200 (CEST)