Those full uppercase first few words of a chapter are pretty annoying. They are ugly and very intrusive when trying to read.
I pieced together this regex that works well in most cases, except for the usual "I" and proper nouns. I can flick through a hundred chapters in a couple of minutes, only stopping when I have to re-capitalise a name.
Find... </span>\b\s?[A-Z’]+(?:\s+[A-Z\.’,\s]+)*\b
Replace... regex function - Lower case (ignore tags)
|