1.0.0 • Published 11 years ago
pascal-deacronym v1.0.0
pascal-deacronym
Simple module that converts a string with arbitrary capitalization (mostly strings with acronyms) into a PascalCased string.
Install
npm install pascal-deacronym --save
Example
var deacronym = require('pascal-deacronym');
console.log(deacryonym('PREAndINAndPostFIX'))
// Output:
// PreAndInAndPostFixLicense
MIT
1.0.0
11 years ago