Skip to content

Instantly share code, notes, and snippets.

@DmitrySoshnikov
Last active January 3, 2018 19:01
Show Gist options
  • Save DmitrySoshnikov/a562f1f54d58bd2b6fe307f38989d240 to your computer and use it in GitHub Desktop.
Save DmitrySoshnikov/a562f1f54d58bd2b6fe307f38989d240 to your computer and use it in GitHub Desktop.
const regexpTree = require('regexp-tree');
console.log(regexpTree.parse(/a|b/i)); // RegExp AST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment