U
unba1300
Guest
Could someone please tell me how to check if the second-last word in a sentence is a specific word? I'm guessing LastIndexOf2 somehow?
In other words, this is what I'd like to do,
If second-last word of sentence = "their" then
add an 's' to the following word if it doesn't already end with 's'
In other words, this is what I'd like to do,
If second-last word of sentence = "their" then
add an 's' to the following word if it doesn't already end with 's'
Last edited by a moderator: