S
Steve Peterson
Hi - I'll admit it.. I'm clueless using regular expressions. That's why I
was hoping someone could help me out a bit. I need to search an html file
and find strings that are between tags. For example, everything in bewtween
the <body></body> tag. As you well know, this string could span many lines,
white spaces, tabs, et.... So I need an expression that will match the
<body> tag, ingnore EVERYTHING then match the end </body> tag.
Anyone to the rescue??
Thanks a lot in advance
Steve
was hoping someone could help me out a bit. I need to search an html file
and find strings that are between tags. For example, everything in bewtween
the <body></body> tag. As you well know, this string could span many lines,
white spaces, tabs, et.... So I need an expression that will match the
<body> tag, ingnore EVERYTHING then match the end </body> tag.
Anyone to the rescue??
Thanks a lot in advance
Steve