Hi Everyone,
What I am wanting to do is find all email addresses in a string of HTML code either text format
user@domain.com
or
<a href="mailto:user@domain.com">
and then replace it with something else.
So the script needs to
- identify all possible email addresses in a string
- for each of those do a replace on the original string.
would love some help on this my heads not working well today 😕
Any ideas?