This commit is contained in:
Kovid Goyal 2015-01-09 09:17:34 +05:30
parent e339a5b05e
commit 9998bea941

View File

@ -18,7 +18,11 @@ This is, inevitably, going to be somewhat technical- after all, regular expressi
Where in calibre can you use regular expressions?
---------------------------------------------------
There are a few places calibre uses regular expressions. There's the Search & Replace in conversion options, metadata detection from filenames in the import settings and Search & Replace when editing the metadata of books in bulk.
There are a few places calibre uses regular expressions. There's the Search &
Replace in conversion options, metadata detection from filenames in the import
settings and Search & Replace when editing the metadata of books in bulk. The
calibre book editor can also use regular expressions in its search and replace
feature.
What on earth *is* a regular expression?
------------------------------------------------