1 Answer
- Newest
- Most votes
- Most comments
0
I think this is where a regular expression (regex) slot would come into play: DoB: [0-9]{8} SSN: [0-9]{9} IID:[0-9]{10}
I've never tried something like this, but it would be good to hear if it works.
david
answered 2 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 5 years ago

One more thing, capturing a full SSN is not recommended at all. I would advice against it.