I need a solution
Hello, I have a long list of phone numbers that I am given to check for possible lead leakage. The problem with phone numbers is they can be in several formats.
Is it possible to build a regex to take the phone numbers in the list I have and look for possible combinations of those phone numbers in either the (123)456-7890, 123-456-7890 or 1234567890 formats?
It would save me a ton of time that I would not have to duplicate each phone number given to me but use an expression to take the numbers in the format I have and look for other possible formats.
Thanks