%PDF- %PDF-
Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/underscore.string/ |
Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/underscore.string/dasherize.js |
var trim = require('./trim'); module.exports = function dasherize(str) { return trim(str).replace(/([A-Z])/g, '-$1').replace(/[-_\s]+/g, '-').toLowerCase(); };