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
added EscapeStringRegex which returns a string that escapes all regular expression metacharacters inside the argument of type string like .+*?()|[]{}^ and returns a string which is a regular expression matching the literal text.