ruby regex, parsing html
- by danwoods
Hello all,
I'm trying to parse some returned html to look for currently playing movies. The pattern I'm trying to match looks like:
<span dir=ltr>Clash of the Titans</span>
Of which there are several in the returned html. (the html is huge, I've posted a sample at the bottom)
I'm trying get an array of the movie titles with the…