My fault -- I "improved" the regular expression when I posted without actually testing the improvement, and of course the change broke it.
Use "(.*?)( |$)" in "Search for" and "\1\2" in "Replace with". NB: This regexp produces incorrect results when a title contains multiple spaces in a row.
This screen capture shows what it does.
|