Have had a couple of translators ask why at times they have sentences that have a space between last word and the period: Hi, my name is David .
Is there settings somewhere that can make certain that this extra space does not happen?

Have had a couple of translators ask why at times they have sentences that have a space between last word and the period: Hi, my name is David .
Is there settings somewhere that can make certain that this extra space does not happen?
Stepan Konev
Thank you for this additional option.
REGEX type will work for some of my translators and some I would be worried what they might end up doing.
Regex works properly, but one has to do a check afterwards for possibly missing tahs.
And use this for search \s\.$ with replacement by a dot . – this will only change periods at sentence end.
_________________________________________________________
When asking for help here, please be as accurate as possible. Please always remember to give the exact version of product used and all possible error messages received. The better you describe your problem, the better help you will get.
Want to learn more about Trados Studio? Visit the Community Hub. Have a good idea to make Trados Studio better? Publish it here.
I tried \s\.$ in the first place but to no avail. Weirdly it won't capture all the instances. Only 1 out of 3 (it jumps to the third one).
I tried \s\.$ in the first place but to no avail. Weirdly it won't capture all the instances. Only 1 out of 3 (it jumps to the third one).