Python Forum
regex for addresses, dates, and times
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
regex for addresses, dates, and times
#3
Having worked on something like this, it's going to take a fair bit of work, and it won't catch everything. Go for the low hanging fruit. See what it misses. Analyze the misses and come up with a second regex. Rinse and repeat, but watch the false positives. Eventually you will get to a point where you are getting too much junk for the good stuff you are getting to be worth it. That's when you have to accept not getting everything.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: regex for addresses, dates, and times - by ichabod801 - Jun-29-2019, 01:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  extracting embedded IP addresses Skaperen 3 2,133 Aug-30-2019, 08:09 PM
Last Post: Skaperen
  ipv6 addresses Skaperen 0 1,654 May-16-2019, 05:37 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020