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 Oct 3, 2023. It is now read-only.
Currently, there is no way to have multiple switches on the same pattern. using the regex option doesn't resolve it because there is no option to add the global flag to the created regex (here).
Could you maybe add an option to add flags to the regex or even better - allow the pattern to be also regex (here).
Hey!
Currently, there is no way to have multiple switches on the same pattern. using the regex option doesn't resolve it because there is no option to add the global flag to the created regex (here).
Could you maybe add an option to add flags to the regex or even better - allow the pattern to be also regex (here).
I can even do it myself if you want to
Thanks :)