ok, so i have a long string with emails within it, what i want to do is 
identify the emails in teh string, and replace them with the result of the 
function obfuscate(email)...

so what im doing is this:

        function hideEmails(s) {  
                return rereplace(s,"(mailto:)([EMAIL 
PROTECTED])",obfuscate("\1\2"),'ALL'); 
        }

however, all this does is return an encrypted version of the string "\1\2", 
instead of the backreferences.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258822
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to