Thread: Regex examples
View Single Post
Old 12-12-2018, 11:45 AM   #560
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,060
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Your "simple" check:
Code:
(»[^«]*)</p>
found me missing closing quotes within a paragraph, whereas
Code:
»([^«]*)»
found me as well missing closing quotes as the "citation problem", also across multiple paragraphs.
That's indeed very helpful!
Leonatus is offline   Reply With Quote