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
The output when printing Regex, Match, and Group is a bit messy. Would be nice to add some nice representations for them. For example, Regex could have the output /foo/i, where the i comes from the .caseInsensitive option.
The text was updated successfully, but these errors were encountered:
The output when printing
Regex
,Match
, andGroup
is a bit messy. Would be nice to add some nice representations for them. For example,Regex
could have the output/foo/i
, where thei
comes from the.caseInsensitive
option.The text was updated successfully, but these errors were encountered: