Thread: Regex examples
View Single Post
Old 05-02-2019, 02:38 AM   #571
famfam
Connoisseur
famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.
 
Posts: 80
Karma: 2178856
Join Date: Oct 2013
Device: Kobo Clara HD
Quote:
Originally Posted by Klecks View Post
You can try the following expression:

search for:
Code:
(?<!St|Mr|Mrs|<|\d)(<p[^>]*>|\!|\?|\.|…|:)( ?)(»|«|“|”|„)?( ?)([A-ZÖÄÜ])
@ Klecks:
Ich hatte nicht gehofft, dass die Idee mit den fetten Anfangsbuchstaben so gut und schnell umgesetzte werden könnte. Aber das bis jetzt erreichte gefällt mich sehr gut. Es funktioniert sehr effektiv und ist dennoch flexibel und einfach anpassbar.
Hier noch ein Beispiel für eine Problemstelle:

… ist möglich.«76 Die Unterscheidung …

Vielleicht gibt es da (oder hast Du) eine Lösung?

in english:

I had not hoped that the idea with the bold initials could be implemented so well and quickly. But I like that so far. It works very effectively and yet is flexible and easily customizable.
Here is an example of a problem:

… ist möglich.«76 Die Unterscheidung …

Maybe there is (or you have) a solution?
famfam is offline   Reply With Quote