I haven't tried this, but I'm betting this RegEx would do the trick:
REReplaceNoCase(#form.input#, "<CF[^>]*>", "", "ALL")
If I understand my RegEx correctly, this will find any tag beginning <CF ...
but skip any tag that begins <...
For a custom tag, you could probably drop this in a loop that loops through
all form.formfields and stips out any CF tags it finds. When I get some
time, I may play with this myself.
H.
=========================
Howard Owens
Web Producer
InsideVC.com
mailto:[EMAIL PROTECTED]
=========================
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.