mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 20:33:40 +02:00
...
This commit is contained in:
parent
e339a5b05e
commit
9998bea941
1 changed files with 5 additions and 1 deletions
|
|
@ -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?
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue