Quote:
Originally Posted by JimmXinu
Yes, changed chapter_title_strip_pattern is applied during Update Always.
chapter_title_strip_pattern is generally used (by me, at least) with add_chapter_numbers. Strip off all leading numbers, then put them back on.
However, that doesn't help you if you are bothered by "2. Chapter 1: Title" when it is, in point of fact, the second chapter.
You might be able to get what you want with a look-ahead pattern for chapter_title_strip_pattern. Can't say I've remember ever trying.
|
yeah, I was just hoping to be able to strip the numbers only when they are already present in the title. I will experiment more.