View Single Post
Old 02-18-2014, 08:26 AM   #9
Alt68er
Member
Alt68er began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Dec 2013
Device: Pocketbook touch lux (623)
solved

Hi,
and first of all: many many thanks for your help and other comments.
In the meantime I found a solution which works absolutely fine for me:

Code:
find:    '\b\s{0,1}\.\.\.'
replace: ' …' or ' …'
The ' are used only to show exactly start and end of "code".

@ cybmole: You are right.
The most important rule is: the hellip is preceded by a blank when it replaces missing word(s), and not when it replaces missing letters of a word only.

In my case this doesn't matter because min. 99% of the 3 dots are replacing missing words.

Thanks again and have a nice day.
Peter
Alt68er is offline   Reply With Quote