hi,
while i'm not new to php, i'm new to pattern matching and am finding it
rather difficult .. i would like to take a string that's an email address,
and change the '@' with '(at)' and any '.'s with '(dot)'. so for instance,
em***@nospam.com.au would become email(at)nospam(dot)com(dot)au.
many thanks for any pointers
luke