Hi everyone!
I have a bunch of strings that end with a character that I don't want
(ie~
$string1="periods are bad."
$string2="I don't like colons:"
$string3="Down w/ all equal Signs!=";
What's the best way to just drop that last character from a string?
Thanks!
Jason