Vexator
Vexator

Reputation: 191

Calibre search & replace

I would like to replace <space><letter><space> with <space><letter>&nbsp;.

I'we try to replace ([aiowz]) with &nbsp;$1 but in calibre it wouldn't work... it would put $1 into text.

What should i put into replace field?

Upvotes: 3

Views: 4420

Answers (1)

Michael
Michael

Reputation: 130

In Calibre's Find/Replace window, \1 instead of $1 in the Replace box works well. Just don't forget to set Mode to Regex.

Upvotes: 6

Related Questions