You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2018. It is now read-only.
It would be really useful to be able to test out the regex on sample data as well. E.g., for a regex of "\d+", perhaps I might throw the following sample data at it:
"a"
""
"0"
"235"
"aslfj235"
A really cool thing to do with this would be to highlight the path through the state machine that is taken when evaluating a piece of sample data.
It would be really useful to be able to test out the regex on sample data as well. E.g., for a regex of "\d+", perhaps I might throw the following sample data at it:
"a""""0""235""aslfj235"A really cool thing to do with this would be to highlight the path through the state machine that is taken when evaluating a piece of sample data.