File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/string/removeNonASCII.js
Back
var toString = require('../lang/toString'); /** * Remove non-printable ASCII chars */ function removeNonASCII(str){ str = toString(str); // Matches non-printable ASCII chars - // http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters return str.replace(/[^\x20-\x7E]/g, ''); } module.exports = removeNonASCII;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings