I have a list of email addresses that I copied from another source, in the following format:
"<handle@mailserver.com>,"
I want to trim the "," from the end of each of the addresses. They are of varying lengths.
I'm thinking there should be a way to just trim the last character from a string, but i haven't been able to find it.
Any ideas?
Thanks in advance.
Solved by B. Q. in 26 mins