1.0.0 • Published 6 years ago
urlmaker v1.0.0
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
1.0.0
6 years ago