Regex

From: Ryan Keeling (ryankeeling_at_gmail.com)
Date: 03/10/05

  • Next message: Jim Gibson: "Re: Doubt in Perl exception handling"
    Date: 10 Mar 2005 04:33:02 -0800
    
    

    Hi I am new to regular expressions and need some help constructing a
    regex which will match something similar to the following,

    <td class="offer_description">
    <strong>DEER PARK AND GOLF COURSES HOTEL, Howth, County
    Dublin.</strong><br />

    Basically I would like to match the first bit <td
    class="offer_description"> then accept everything between it and
    </strong><br />.

    Any help would be greatly appreciated,

    thanks
    Ryan


  • Next message: Jim Gibson: "Re: Doubt in Perl exception handling"