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
Currently, dumping a Regexp object as JSON produces a not very human friendly string:
Regexp.new(/yoyo/).to_s
"(?-mix:yoyo)"
We might need to use our own Regexp classes for these options, that can more easily display themselves as strings.
Note: We might want to use Mustermann for that too, something to explore.
The text was updated successfully, but these errors were encountered:
Currently, dumping a Regexp object as JSON produces a not very human friendly string:
We might need to use our own Regexp classes for these options, that can more easily display themselves as strings.
Note: We might want to use Mustermann for that too, something to explore.
The text was updated successfully, but these errors were encountered: