From fb2a5ac30f0af74afbca6cc78650de42a6173985 Mon Sep 17 00:00:00 2001 From: juliaparksegment <87398740+juliaparksegment@users.noreply.github.com> Date: Thu, 4 Nov 2021 09:33:46 -0700 Subject: [PATCH] Changed the regex on the "zeroes and dashes" section More context here: Context here: https://segment.slack.com/archives/CPTA3GE2H/p1629474371032700 --- .../identity-resolution/identity-resolution-onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/personas/identity-resolution/identity-resolution-onboarding.md b/src/personas/identity-resolution/identity-resolution-onboarding.md index 3b6cd34b07..d59e10182d 100644 --- a/src/personas/identity-resolution/identity-resolution-onboarding.md +++ b/src/personas/identity-resolution/identity-resolution-onboarding.md @@ -80,7 +80,7 @@ In the past, Segment has seen certain default values that cause large amounts of | Value | Type | | ----------------------------- | --------------- | -| Zeroes and Dashes (`^[0\-]*$) | Pattern (REGEX) | +| Zeroes and Dashes (^[0-]*$) | Pattern (REGEX) | | -1 | Exact Match | | null | Exact Match | | anonymous | Exact Match |