Regex question:
Code:
[https://archiveofourown.org/works/9652229]
strip_chapter_numbers: true
chapter_title_strip_pattern:(Ch[0-9]+:|Chapter [0-9]+, Part [0-9]+|Ch. [0-9]+|Ch[0-9]+)
The
regex won't capture the
, Part [0-9]+ bit in some of the chapter titles. Any ideas?
EDIT: Might be easier to just remove FFF's added numbering?