Bulk Edit Remove Leading Characters
First the question, then some details.
In the Search and Replace function for multiple book editing is there a way to signify generic numbers, characters, or place value? The standard characters * and # do not seem to work, but I never learned Python and cannot seem to find a quick answer anywhere.
Now my specific problem:
Trying to organize my library I often run into titles that have a bunch of junk at the beginning or the end, especially series information, which usually has numbers.
A simple example would be:
01 The Hitchhikers Guide to the Galaxy
02 The Restaurant at the End of the Universe
03 Life, the Universe and Everything
04 So Long, and Thanks For All the Fish
In bulk edit, how can I remove the numbers and the space of all four books at the same time?
Ideally I would be able to remove the first three characters, no matter what they are, so that I could edit multiple series at the same time, or series with slightly different formatting.
I did discover that using a regular expression I can put in (0.) in the search field, but this does not work if I am trying to edit many books that have slightly different formatting, and if the numbers go into the 10s, 20s, or higher then I have to do another edit for each different leading number. Also, if the books are formatted as follows:
Hitchhikers 1 The Hitchhikers Guide to the Galaxy
Hitchhikers 2 The Restaurant at the End of the Universe
Hitchhikers 3 Life, the Universe and Everything
Hitchhikers 4 So Long, and Thanks For All the Fish
then I cannot type in (Hitchhikers ....) or else the first book would return "The Guide to the Galaxy."
This is why I really would like to just the number of leading characters that I specify.
Thank you for any help.
|