UNPKG

325 BJavaScriptView Raw
1var e=module.exports={};e.getTitle=function(e){if(!e)throw new Error("Need a string");return e.split(" ").map(e=>e.substr(0,1).toUpperCase()+e.substr(1).toLowerCase()).join(" ")},e.getSlug=function(e){if(!e)throw new Error("Empty String cannot be sluged");return e=e.toLowerCase().replace(/\s+/g," ").replace(/[\s-]+/g,"_")};
\No newline at end of file