Skip to content

Turn strings into readable names or titles with JS

Notifications You must be signed in to change notification settings

c0bra/readable-name

Repository files navigation

readable-name Build Status Coverage Status Dependency Status XO code style

Turn strings into readable names

"personFirstName" becomes "Person First Name"

Handles weird characters, different casings, most of what you can throw at it

Install

npm install --save readable-name

Usage

const readableName = require('readableName');

let readable = readableName('someConcatenatedTitle');

console.log(readable);
// Some Concatenated Title

License

ISC

About

Turn strings into readable names or titles with JS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published