You can do that seaarching within a single book at a time using the regex search mode but not using full text search as the latter works on a pre-generated "index" of words and as such doesnt supprot regular expression based searching.
What you could do is convert all your books to TXT format and then use a tool like grep or similar to search in the resulting TXT files via the filesystem
|