urlmaker
v1.0.0
Published
This node module converts the sentence into string connected by "-' or any custom character of choice
Downloads
2
Maintainers
Readme
urlmaker
This node module converts the sentence into string connected by "-' or any custom character of choice
const sentence = "My Current Title"
let url = urlmaker(sentance, "-")
// return value url = my-current-title