Re: Help With RegEXp.

2005-03-28 Thread Adam Haskell
try chaging rereplace to rereplaceNOCASE see if that fixes it.

Adam H

On Mon, 28 Mar 2005 11:26:33 -0500, Ben Doom <[EMAIL PROTECTED]> wrote:
> > .+","","ALL")>
> 
> You're missing a dot in this one, after the "invalidtag" bit.
> 
> Also, try using rereplacenocase() and see if that picks up better.
> Also, what version of CF?
> 
> --Ben
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200206
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Help With RegEXp.

2005-03-28 Thread Ben Doom
> .+","","ALL")>

You're missing a dot in this one, after the "invalidtag" bit.

Also, try using rereplacenocase() and see if that picks up better.
Also, what version of CF?

--Ben


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Help With RegEXp.

2005-03-28 Thread Claude Schneegans
 >>How i can test RegExp for Coldfusion?

Try the REWizard at the address below.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200204
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Help With RegEXp.

2005-03-28 Thread David Manriquez
i need to remove some tags from HTML like inputs , images, selects ans scripts

i test the RegExp in Visual REgEXP 3.0 and works .. but not in Coldfusion.

Any tip?..

How i can test RegExp for Coldfusion?

Mi code :

","","ALL")>
","","ALL")>
.+","","ALL")>
.+","","ALL")>

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54