This is the string that I am using with RegExp:
(>)(02081500)(</A></TD><TD ALIGN=""left"" NOWRAP WIDTH=""475""> )(TAR RIVER)
( </TD><TD NOWRAP> )(06/25 10:30)( </TD><TD>)(2.48)( </TD><TD>)(66)( </TD><TD>)(18.0)( </TD>)
However, I am really only interested in the even number elements - e.g., (02081500), (TAR RIVER), (06/25 10:30), etc. -- these will eventually be replaced with variables
Can anyone recommend a way to generalize the pattern so that it applies to the various html snippets as much as possible?
Thanks
(>)(02081500)(</A></TD><TD ALIGN=""left"" NOWRAP WIDTH=""475""> )(TAR RIVER)
( </TD><TD NOWRAP> )(06/25 10:30)( </TD><TD>)(2.48)( </TD><TD>)(66)( </TD><TD>)(18.0)( </TD>)
However, I am really only interested in the even number elements - e.g., (02081500), (TAR RIVER), (06/25 10:30), etc. -- these will eventually be replaced with variables
Can anyone recommend a way to generalize the pattern so that it applies to the various html snippets as much as possible?
Thanks