Skip to content

panthershark/url-seo-scrubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-seo-scrubber

Takes a string and formats it for a url. Use this to format titles for SEO friendly urls.

Example

``javascript var scrub = require('url-seo-scrubber');

var clean = scrub('Is this: thing - on?');

console.log(clean);

// ===> "is-this-thing-on"

About

Takes a string and formats it for a url.

Resources

License

Stars

Watchers

Forks

Packages

No packages published