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
Wouldn't this be better as a single, pre-compilled regex (you can just group the part that changes. moreover there are regex chars in there that are not escaped like .) instead of re-compiling 4 separate regexes every time this method is run?