View Single Post
Old 01-27-2024, 05:42 PM   #6
enuddleyarbl
Guru
enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.
 
enuddleyarbl's Avatar
 
Posts: 734
Karma: 1077122
Join Date: Sep 2013
Device: Kobo Forma
Good point about the digit (especially for chapter headers). I've updated my saved search to include that:
Code:
([a-z\d.,:;>])<br/>
Thanks.

Actually, now that I think about it, that search should probably be for any non-whitespace character before the <br/> (at least I can't come up with a reason where that wouldn't work):
Code:
(\S)<br/>
enuddleyarbl is offline   Reply With Quote