Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
chenpm
/
yixing_zc_wx
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
454919970a
Větve
Značky
main
yixing_zc_wx
/
node_modules
/
safe-regex
/
example
/
safe.js
safe.js
98 B
Historie
Surový
1
2
3
4
var safe = require('../');
var regex = process.argv.slice(2).join(' ');
console.log(safe(regex));