34 lines
359 B
Markdown
34 lines
359 B
Markdown
![]() |
|
||
|
|
||
|
```PlainText
|
||
|
((this)(.*\n)\*.*(that))|((that)(.*\n)\*.*(this))
|
||
|
```
|
||
|
```PlainText
|
||
|
(this)
|
||
|
```
|
||
|
|
||
|
= Word
|
||
|
|
||
|
```PlainText
|
||
|
(.*\n)*.*
|
||
|
```
|
||
|
= alle Zeichen inkl neue Zeile
|
||
|
```PlainText
|
||
|
(that)
|
||
|
```
|
||
|
|
||
|
= Word
|
||
|
|
||
|
```PlainText
|
||
|
((this)(.*\n)*.*(that))
|
||
|
```
|
||
|
= ersten 2 Wörter
|
||
|
|
||
|
```PlainText
|
||
|
|
|
||
|
```
|
||
|
= oder
|
||
|
```PlainText
|
||
|
((that)(.*\n)*.*(this))
|
||
|
```
|
||
|
= Eine Gruppe
|