>
#REreplaceNoCase(request.s_emailText,"<(/?(p|h3|a|br))>",chr(13),'all')#

#REreplaceNoCase(request.s_emailText,"<(/?(p|h3|a|br))[^>]*>",chr(13),'a
ll')#

Untested, but basically, you want to say "Anything that isn't a >, all
the way up to the next >":

[^>]* = 0 or more NOT ">"s

Should grab everything.

Paul



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to