1.0.5 • Published 9 years ago

ucfirstchar v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

ucfirstchar

Codeship Status for JonForest/ucfirstchar

This project upper-cases the first character of a string, taking into account html tags, entities and punctuation.

Usage

var ucfirstchar = require('ucfirstchar');

console.log(ucfirstchar('<b>this is a test</b>'); // <b>This is a test</b>

See the unit tests for all scenarios covered.

License ISC

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago