regjsgen
Last updated
Was this helpful?
Last updated
Was this helpful?
Generate regular expressions from ’s AST.
regjsgen.generate(ast)
This function accepts an abstract syntax tree representing a regular expression (see ), and returns the generated regular expression string.
Tested in Node.js 0.10, 0.12, 4, 6, 8, 10, 12 and 14. Compatible with regjsparser v0.6.4’s AST.