UNPKG

focalxaiinspection

Version:

Focalx AI Inspection

6 lines 177 B
export const UrlSlug = (str) => { str = str.toLowerCase(); str = str.replace(/[^a-z0-9]+/g, '-'); str = str.replace(/^-+|-+$/g, ''); return str + '.html'; }