Bug: Filtering by regex pattern throwing an error #28355
Labels
bug
Something isn't working right
feature/insights
Feature Tag: Insights overall
team/product-analytics
Bug Description
Pattern being tested:
^(?=[A-Za-z0-9().]*[().])[A-Za-z0-9().]+$
Produces the error below.
It matches strings that:
Only contain letters, numbers, parentheses
(
)
, and periods.
Must include at least one of:
(
,)
, or.
Matching Strings:
Additional context
From: https://posthoghelp.zendesk.com/agent/tickets/24304
Debug info
The text was updated successfully, but these errors were encountered: