hi,
i want to remove emails & links strings in a string, replacing them with
**** for instance.
I don't know how to do with regexp...could you help me ?
ex :
source text : "hello, write to zozo@zozo.com and look http://toto.zozo.com
!!"
i wantr : "hello, write to ************* and look *************** ***** !!"
thanks for any help !
fred
i want to remove emails & links strings in a string, replacing them with
**** for instance.
I don't know how to do with regexp...could you help me ?
ex :
source text : "hello, write to zozo@zozo.com and look http://toto.zozo.com
!!"
i wantr : "hello, write to ************* and look *************** ***** !!"
thanks for any help !
fred
Comment