Python Forum
Having issue with regular expressions
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Having issue with regular expressions
#5
You should avoid using regex to parse HTML.
Use a HTML parser for this task.
BeatufilSoup is a good candidate.

https://blog.codinghorror.com/parsing-ht...hulhu-way/
https://stackoverflow.com/questions/6751...tion-in-la
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Having issue with regular expressions - by azulu - May-19-2020, 04:42 AM
RE: Having issue with regular expressions - by DeaD_EyE - May-20-2020, 12:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Regular Expressions in Files (find all phone numbers and credit card numbers) Amirsalar 2 4,201 Dec-05-2017, 09:48 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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