Split at multiple locations : Help Needed
I have a book with one large HTML file. Common chapter numbering in the Preview window is [Roman Numeral](space)[dash][dash](space)[Subtitle], for example II -- The Mystery Quest
Can anybody give me a regex expression to split that file at multiple locations, or do I have to continue to do it all manually? So far I'm entering the [specific Roman Numeral](space)[dash][dash] as my search term and cutting it at each spot using the split-click method.
|