![]() |
#1 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Sep 2012
Device: PanDigital
|
Remove ( ) & everything between
I have a set of books who's title is displayed as "Title (Publisher)"
I need to remove the brackets and everything in between, so only the title is displayed. I have been fiddling around with “Search and Replace” in “Edit Metadata in Bulk” but have not been able to come up with something that works. Sorry if this has been asked before, but I could not find an answer by searching the threads. |
![]() |
![]() |
![]() |
#2 |
Handy Elephant
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,737
Karma: 26785684
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Samsung Galaxy Tab S8 Ultra
|
Since parentheses has a special meaning in RegExps, you have to escape them using backslashes to match them:
\(.*\) A full match could be: (.*) \((.*)\) \1 = Title \2 = Publisher See: https://www.mobileread.com/forums/sho....php?p=2242243 Last edited by Adoby; 12-28-2012 at 03:48 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Sep 2012
Device: PanDigital
|
Just tried it.
Worked like a Champ. Thank you very much for your help. |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Confirm Remove Book & Exit Reader | BetterRed | Library Management | 7 | 04-03-2012 03:59 AM |
Is it theoretically possible to remove B&N DRM? | 6charlong | Barnes & Noble NOOK | 9 | 02-05-2012 05:08 AM |
Remove Default Cover (Calibre pic & File Version) | ne0b0rn | Calibre | 2 | 11-28-2011 03:00 PM |
can't get Search & Replace to remove my header | thisisthepope | Conversion | 2 | 07-15-2011 07:54 AM |
Remove Headers & Footers | Mamaijee | Introduce Yourself | 8 | 09-26-2010 01:05 PM |