Only those or all special characters? You could do use something like (^[A-Za-z0-9-]+)
not tested.. but if you only want those I think ([<>&"']+) something like that? I'm no regex whiz so I'm just taking a shot at it.. On Tue, Jul 29, 2008 at 10:51 AM, Tony <[EMAIL PROTECTED]> wrote: > hi there. > i need to get the regex sequence for all special characters so that i can use > that in a reReplace() function. > > < > & " ' > > are the specific ones that i need for this application, but isnt there some > sort > of CONSUMMATE one that has all of them? > > thanks! > > -- tony > > Better than a thousand hollow words, is one word that brings peace. > -- siddhartha gautama > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:264867 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
