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 default regex should provide no configuration? You can then provide a regexWithFlags version, and partially apply it for the default case regex = flip regexWithFlags (unicode <> dotAll).
On reflection, let's just have all of the flags set to false by default, maybe that’s less surprising.
On reflection, let's just have all of the flags set to
false
by default, maybe that’s less surprising.Originally posted by @jamesdbrock in #153 (comment)
The text was updated successfully, but these errors were encountered: