I want to do a global replace of .com .net .org etc.... using .???
The issue i have is how to include the space at the end.

eg.

change '.com ' to '.com;'
'.net ' to '.net;'

I have tried single and double quotes but it does not work!
If i want to change .??? to .???;
The downside of using .??? is if i have an email of :
[email protected] it gets change to:

bob.???;@gmail.???;

All i want to do is add a semi colon to the end of all emails.
Thanks