File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/node_modules/mout/string/underscore.js
Back
var toString = require('../lang/toString'); var slugify = require('./slugify'); var unCamelCase = require('./unCamelCase'); /** * Replaces spaces with underscores, split camelCase text, remove non-word chars, remove accents and convert to lower case. */ function underscore(str){ str = toString(str); str = unCamelCase(str); return slugify(str, "_"); } module.exports = underscore;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings