Closed grenzor closed 6 years ago
Flags should work now, if they don't please re-open this issue. Example: /something/i
Thanks, will test it out. Am I right in assuming this will support all flags e.g. /g
/i
/m
and also that they can be used together like /something/im
Yep, it support g
, i
, m
, u
and y
. Multiple flags are supported in the way you described.
Please add support for flags in regex. I think the /g flag for regex will allow users to then use other flags in brackets e.g.
(?i)
for case insensitivity.