HTML parsing with regular expressions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hawkeye
    New Member
    • Nov 2008
    • 1

    #1

    HTML parsing with regular expressions

    Hi, I am new to writing in perl and am just learning the basics of regular expressions. I have an assignment to parse some data from an HTML file. In the end I need to create a CSV file. Where do I start here? I can only use pattern matching to get out the material I need. Below is the link to the page I have to parse. I need to parse out the data in the table (Date, Time, Name, Address, etc) Thanks!

    http://www.iowa-city.org/police/arrests.asp?cha rge=94000
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    If you need help with your existing code then please post it. If you have yet to write any code, then search online for perl regular expression tutorials. There are some here:

    Comment

    Working...