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 do with said string.
The bluebook isn't helpful.
Any help would be much appreciated. Thanks in advance.
Steve
<d3v310p3r/>
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 do with said string.
The bluebook isn't helpful.
Any help would be much appreciated. Thanks in advance.
Steve
<d3v310p3r/>