![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Sep 2014
Device: Aligator RX430 Extreme
|
Regex help please
Hi I have a large number of books and need to get into Calibre.
DragonRealm 2 Ice Dragon - Knaak Richard.mobi Series in series order Title - Author One hundred percent team - Marcinko Richard.mobi Title - Author Can someone please send me the correct regex for recognition? |
![]() |
![]() |
![]() |
#2 |
enturbulated
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 30
Karma: 130494
Join Date: May 2007
Device: Kobo Aura HD
|
(?P<title>.+) - (?P<author>[^_]+)
is the provided one for title - author Can't help with the other one, though there are a lot of threads on mobile read that may. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
Try:
Code:
((?P<series>.+) (?P<series_index>\d+) )?(?P<title>.+) - (?P<author>[^_]+) |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need regex help, please | magmanpi | Sigil | 13 | 08-29-2014 04:34 AM |
Regex help please | BookJunkieLI | Calibre | 3 | 07-01-2014 03:18 PM |
Regex? | weberr | Editor | 3 | 05-12-2014 09:06 PM |
regex help | najgori | Workshop | 8 | 01-22-2014 11:06 AM |
Help with a regex | A.T.E. | Calibre | 1 | 04-05-2010 07:50 AM |