Search Results

5
votes

Python regular expression for HTML parsing (BeautifulSoup)

I agree with Vinko BeautifulSoup is the way to go. However I suggest using fooId['value'] to …