-
-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Describe the bug
Not a bug per se, maybe. I used as part of my test input a string that contains last name, his and her first name address with City, State, zip code, phone number and email. I would like one of the options to include the full address, the five digit numbers as a zip, the phone numbers pulled out. It did recognize the email and that regex code did work as advertised. I understand the 5 digit number would work, but, if I had used the zip plus 4, it still didn't catch the full zip, the solution would either give me the first 5 numbers or the hyphen and the last four numbers.
To Reproduce
Steps to reproduce the behavior:
- provide a straing that has the following seperated by spaces. "last name" "his first name" + "her first name" "home address to include city, state and either 5 or 9 number zip, phone number using (xxx) xxx-xxxx and email.
Expected behavior
I would like it to also recognize the whole address, the zip, the phone number
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: MacOS, Sequoia 15.6.1
- Browser Chrome
- Version [Version 139.0.7258.155 (Official Build) (x86_64)]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Just would like to see the application to recognize additional parts of the input string. I like to pull out the address, city, ST, zip, phone number and emails all of the time. This would be very useful for someone like me trying to learn regex