%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/classify.js |
var capitalize = require('./capitalize'); var camelize = require('./camelize'); var makeString = require('./helper/makeString'); module.exports = function classify(str) { str = makeString(str); return capitalize(camelize(str.replace(/[\W_]/g, ' ')).replace(/\s/g, '')); };