Need regex pattern to find the flowing:
- Social security Number
- phone number
→ I have used “(?<=social security number )(-| |\d)+” However, it is finding all the number patterns.
Need regex pattern to find only in SSN pattern(with and without -) and phone number (with and without country code).