regex multiline text between tags
i'm trying to pull out all the text between the tags usng this expression
"(.*?)"
this works fine of the tags and the text are on one line, but doesn't work (as in all html pages) if the tags and text are on multiple lines.
help much appreciated
sdix