Skip to content

Commit fb2a5ac

Browse files
Changed the regex on the "zeroes and dashes" section
More context here: Context here: https://segment.slack.com/archives/CPTA3GE2H/p1629474371032700
1 parent 12b6de6 commit fb2a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/identity-resolution/identity-resolution-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In the past, Segment has seen certain default values that cause large amounts of
8080

8181
| Value | Type |
8282
| ----------------------------- | --------------- |
83-
| Zeroes and Dashes (`^[0\-]*$) | Pattern (REGEX) |
83+
| Zeroes and Dashes (^[0-]*$) | Pattern (REGEX) |
8484
| -1 | Exact Match |
8585
| null | Exact Match |
8686
| anonymous | Exact Match |

0 commit comments

Comments
 (0)