Hi,
I am trying to recognize Email ids and SSNs in files using elastic search.
Could somebody tell me the correct regexp patterns to recognize SSN and Email ids.
I am using these below patterns:
Email: "[a-zA-Z0-9]+@[a-zA-Z]+.[a-zA-Z]+"
SSN: "[0-9]{3}-?[0-9]{2}-?[0-9]{4}"
Please correct me if I am wrong!!
Thanks,
Lisa.