View Single Post
Old 12-12-2018, 03:39 PM   #9
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,837
Karma: 207000000
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Yes. Without the actual character present to copy, you'd need to use some form of hex character code with regex to find it. In Sigil searching for \x{200D} would find a zero-width joiner character (hex code 0x200D).

x\{00AD} would find soft-hyphens
x\{202F} - narrow non-breaking space
x\{FEFF} - zero-width non-breaking space

Can't remember if calibre's regex engine uses the same notation or not. Could be something like u\{00AD} or u\00AD
DiapDealer is offline   Reply With Quote