|  08-04-2011, 07:53 AM | #1 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Aug 2011 Device: Kindle | 
				
				Help with Regex setup for file imports
			 
			
			Could someone help me with the a Regex script for importing my ebook files?  My files follow this format:  [Series] Author - Title Two sample titles: [09-ChDyn-2] Jones - A Long Journey [11-Disc-5a] Smith - Running, A Long Way Any help would be appreciated! Thanks! Last edited by gardentools; 08-04-2011 at 09:13 AM. | 
|   |   | 
|  08-09-2011, 02:21 PM | #2 | 
| Enthusiast   Posts: 46 Karma: 182 Join Date: Aug 2011 Location: Boynton Beach, Florida Device: Kindle Oasis 2, Kindle Paperwhite 3 | 
			
			Give this one a try: \[(?P<series>.*)\] (?P<author>.*) - (?P<title>.*) | 
|   |   | 
| Advert | |
|  | 
|  08-12-2011, 10:15 AM | #3 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Aug 2011 Device: Kindle | 
			
			Thanks tweebee, it works great!
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Regex: File Renaming Pre-Import & Importing | penguinaka | Library Management | 20 | 08-14-2012 06:11 PM | 
| Use Regex to Code an Inline TOC, from an External TOC's .ncx File | mostlynovels | ePub | 2 | 03-16-2011 12:15 PM | 
| Regex setup for file name scheme | Ulfrich | Library Management | 4 | 02-09-2011 10:09 AM | 
| Method for seeing only the recent imports | peterloron | Calibre | 3 | 09-22-2010 04:02 PM | 
| How to setup a PDF file for the PRS-505 | James Cole | Sony Reader | 6 | 02-17-2009 11:04 PM |