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
simondixonPosted Nov 2, 2003, 6:10 AM
tsuman_inPosted Oct 31, 2003, 6:19 PM
simondixonPosted Oct 31, 2003, 10:25 AM
tsuman_inPosted Oct 30, 2003, 9:18 PM