Hi,
I need to add an apostrophe or apostrophe "s" to a name. I don't know how to get the last character in the string.
For instance:
if the name is John (or ends in anything other than "s") - I want to output "John's email".
If the name is Sparticus (or ends in "s") - I want to output "Sparticus' email".
Any help, insight, or direction is greatly appreciated.
Koray