Answered
How to get 'name' from 'name@domain.com' using cf reg ex?
Hi everyone.
I'm trying to get 'name' from 'name@domain.com' using cf reg ex.
I've got this so far #rereplace('temp.emailaddress','[^@]+','')#
which is giving me @7431982.com - but I want the first part, can anyone point me in the right direction please?
Thanks ever so much.
Nick
