Search Results

5
votes

Python regular expression for multiple tags

Beautiful soup is definitely the way to go with a problem like this. The code is cleaner and easier to read. Once you have it installed, getting all the tags looks something like this. …