Quote:
Originally Posted by Inferno
Thank you for the help. I have been able to find most what I need with using "~\ssearchtext\s" however I am having problems figuring how to search for ( or ) with regex. I tried escaping them with \( but it didn't work. Any suggestions?
|
When you search in calibre you are talking to two processors, calibre and regular expression parsing. If you are trying to escape regular expression metacharacters use two backslashes. The first will be eaten by the calibre parser, and the second by the regular expression parser.