CJex / regulex

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

Please Add option to add Flags also (i,g,m). #4

Closed bhaveshgohel closed 9 years ago

bhaveshgohel commented 9 years ago

Hi, Superb Work. :+1: Can you Please add an option to add flags too.

Thanks.

CJex commented 9 years ago

Global flag g doesn't affect output graph. Maybe multiline make sense for AssertBegin and AssertEnd. How do you think about representations of IgnoreCase flag? I have methods to caculate case insensive charset,but draw it will make confusion,e.g. /[a-f]/i will draw as a-f and A-F. Does it really useful?

bhaveshgohel commented 9 years ago

Your right but, It would be easy/helpful to Represent to Other which flag do what in particular RegEx along with the information. [Easy to share it to other.]

Suggestion: You can just write below The Section that this portion is case insensitive. :)

One more suggestion: It will be awesome if you could also Add Save it as Image option of visualization with RegEx Embedded. :)

CJex commented 9 years ago

I add flags rear RegExp. Export to png also works now.

bhaveshgohel commented 9 years ago

Thank you so much... :+1: