Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 503 Bytes

File metadata and controls

17 lines (10 loc) · 503 Bytes

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