hiphenate
v0.0.1
Published
Hyhenate phrases, clauses, etc
Downloads
3
Maintainers
Readme
Hiphenate
Simple utility module for hyphenating words, phrases and clauses
Installation
$ npm install hiphenate
Usage
import hyphenate from 'hiphenate'
hyphenate('Mr. and Mrs. Foo Bar')
//=> 'mr-and-mrs-foo-bar'
hyphenate("The string, that brings: both 1 + 2 = 3; together & decypher's code is brave! (@menacle). ")
//=> 'the-string-that-brings-both-1-2-3-together-decyphers-code-is-brave-menacle'