From: Anthony Walsh Date: 2006-10-25T03:34:55+09:00 Subject: parsing HTML code with regex I'm trying to parse through some html code and count the number of times a match happens. The file is a large table with a ton of and . There are no spaces in the file. I'm trying to count and print each and . I haven't even gotten to counting my matches. I'm still working on matching with or I've done: op_file = HTML_CODE if op_file =~ /()+/ but it catches everything on from the first