GREP to find all the space before the last word of a paragraph.
I need to find all the space before the last word of a paragraph. to replace it with a Non breaking space to avoid a single word in a line.
For example:

to avoid the word "change" being alone, I replaced the space before it with a non breaking space.


If you have other suggestion to solve this, feel free to comment.
Thank you in advance.
