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 Jun 6, 2018. It is now read-only.
Flags are supported by using /expression/flags. Currently Regexper only support JavaScript-flavored regular expression syntax though, so the only flags it recognizes are g, i, m, y, and y. I am working on a re-write with plans on supporting other regex flavors, but don't have any firm plans on when that will be available.
I like to write my complex regex in "verbose" style, which corresponds to the
/x
flag.Is there support for pasting multiline formatted regex already?
Right now, all I can see is that "Display" renders a lot of
line feed (0x0A)
.Hope that is not too tricky?
Thx for an awesome service!
The text was updated successfully, but these errors were encountered: