359 B
359 B
((this)(.*\n)\*.*(that))|((that)(.*\n)\*.*(this))
(this)
= Word
(.*\n)*.*
= alle Zeichen inkl neue Zeile
(that)
= Word
((this)(.*\n)*.*(that))
= ersten 2 Wörter
|
= oder
((that)(.*\n)*.*(this))
= Eine Gruppe