CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

Adding option to collapse the AST #31

Open faizanjehangir opened 9 years ago

faizanjehangir commented 9 years ago

Regulex works perfect for Regex not long enough, you can easily visualize the generated .svg against the expression. However, when it comes to fairly LARGE REGEXes, it becomes really hard to drag/scroll the webpage. Is there any way to integrate a collapsible option to collapse the regions of the AST if possible?