Solved Capturing the fact that a user has entered a string ending in a space

Correct me if I am wrong. If the user enters " Fire ", you will find "fire" in middle of string but not beginning or end.

Fire occured on
There was a Fire
There was a Fire.

If you really want to do this you likely need what @ebs17 suggests to include a pattern that ends in punctuation.
 
Alc,

I realize that you have a working solution, but I wonder how often the user gets the "unintended" result.
It is clear that the trailing space is being removed in your current set up.
Do you have any statistics on this? Is part of the solution to do a little training with the users?
Just curious.
 

Users who are viewing this thread

Back
Top Bottom