Skip to content

Commit df95fac

Browse files
author
markzegarelli
authored
Merge pull request #2103 from segmentio/juliaparksegment-patch-1
Changed the regex on the "zeroes and dashes" section
2 parents 22b8aad + fb2a5ac commit df95fac

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)