View Single Post
Old 06-01-2014, 04:58 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,097
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by madelonw View Post
Is there a way to indicate "any number" in search and replace when editing book metadata?

For example, multiple books include the series as part of the title

Seriesname 12 Book Title 1
Seriesname 44 Book Title 2

TIA

Madelon
\d+ is any quantity of digits (1 to n ) in REGEX mode
or
[3-7] only the single digit 3,4,5,6,7
theducks is offline   Reply With Quote