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
When using RegEx Patterns, having anything other than s space or letter after the opening '/' throws an error. For example: /\d{2}/ is seen as an invalid search, but / \d{2}/ is fine.
When using RegEx Patterns, having anything other than s space or letter after the opening '/' throws an error. For example: /\d{2}/ is seen as an invalid search, but / \d{2}/ is fine.