pascoual / meteor-prototype-string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String prototype

Augments the built-in String type with a few helpful functions (ucwords, ucfirst, pad)

Usage

String.prototype.ucwords Capitalises each word

String.prototype.ucfirst Capitalises the first letter

String.prototype.pad(width, character) Left-pads the string with character until it is width in length.

String.prototype.toHexColour Converting the string into a hexadecimal colour.

About

License:MIT License


Languages

Language:JavaScript 100.0%