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
My current workaround for both is to make a variable with a name I won't collide with, and use a 'mode modifier', eg.(?i), which I was unaware existed until this use case.
This is valid, but I cannot create an argument variable named $_-_. So it can be used as a name, but it cannot be used as a variable, so we can remove it from the $vars array.
Regex with no variable:
Case insensitive flag:
I tried both, they did not work. Am I doing it wrong?
The text was updated successfully, but these errors were encountered: