1.0.5 • Published 10 years ago

ucfirstchar v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago