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 months ago
Relevant content
- asked 3 months ago
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
One more thing, capturing a full SSN is not recommended at all. I would advice against it.