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
This is caused by the NOT_URL regex, which is used in the SLASH_NOT_URL regex. When combining the sources, the resulting regex is the one used here. I hope someone can come up with a fix, as I forgot a lot about regex in the past months and cannot provide a quick fix myself.
A string containing multiple slashes will only be split by its last ocurrence of a slash:
This is caused by the NOT_URL regex, which is used in the SLASH_NOT_URL regex. When combining the sources, the resulting regex is the one used here. I hope someone can come up with a fix, as I forgot a lot about regex in the past months and cannot provide a quick fix myself.
See here:
https://rubular.com/r/scNIh27gBLIX03
The text was updated successfully, but these errors were encountered: