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
I'm having an error when the returnValue includes the string "$1". The replace function (using eval) converts every occurrence of this to the string "window.".
I can modify the regex deleting the capturing group and the problem is solved, but i don't know why are these capturing groups used in a first place.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm having an error when the returnValue includes the string "$1". The replace function (using eval) converts every occurrence of this to the string "window.".
I can modify the regex deleting the capturing group and the problem is solved, but i don't know why are these capturing groups used in a first place.
Thanks!
The text was updated successfully, but these errors were encountered: