I have a string, a person's name.
If the name is, say, (James), I make it possessive by appending an apostrophe ('); if it's (Bob), I also include an (s), i.e. ('s).
I haven't been able to find a way to check the supplied string to see if it ends with an (s) so I can determine what I need to...