View Single Post
Old 04-18-2014, 02:15 PM   #3
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,698
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
\p{L} will find almost any letter character in any language.
\p{Lu} for uppercase only.
\p{Ll} for lowercase only.

\p{script=Hebrew} or just \p{Hebrew} should also work with the calibre editor's regex engine.

(Naturally, the above will only work with actual unicode characters. They wont help you if entities are being used to represent characters [Hebrew or otherwise])

Last edited by DiapDealer; 04-18-2014 at 02:31 PM.
DiapDealer is online now   Reply With Quote