forked from DebaucheryLibrarian/traxxx
Added Bang! deep scrape. Improved network page layout. Added Bang Bros logos.
This commit is contained in:
7
src/utils/slugify.js
Normal file
7
src/utils/slugify.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
function slugify(string) {
|
||||
return string.trim().toLowerCase().match(/\w+/g).join('-');
|
||||
}
|
||||
|
||||
module.exports = slugify;
|
||||
Reference in New Issue
Block a user