Table of Contents

String Prototypes

String.prototype.capitalize()

Returns the string with the first character capitalized.

FIXME: This doesn't work if the first character is a quotation mark or other punctuation, or a number. Does it need to?