source:
trip-planner-front/node_modules/safe-regex/example/safe.js@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | var safe = require('../'); |
2 | var regex = process.argv.slice(2).join(' '); |
3 | console.log(safe(regex)); |
Note:
See TracBrowser
for help on using the repository browser.