CJex / regulex

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

Export #6

Closed nkt closed 9 years ago

nkt commented 9 years ago

Hi! This is great project, can you add export into png/svg? I've tried to build visualisation for this regexp http://ex-parrot.com/~pdw/Mail-RFC822-Address.html, but it's to big.

CJex commented 9 years ago

That regexp will be treated as invalid because it used OctalEscape like '\000-\031', which regulex didn't allow.You can see project README.

nkt commented 9 years ago

I've replaced \000-\031 to a-z. It's works great, but I need to save this graph.

CJex commented 9 years ago

Only work in chrome. Not work in firefox now.

CJex commented 9 years ago

I have fixed it in Firefox,but I'm worring if it work well in IE. I have no Windows/IE for testing. :(