change explanation

This commit is contained in:
AntonObersteiner 2024-06-03 13:59:02 +02:00
parent bb523e2c47
commit 2b24805647

View file

@ -28,7 +28,7 @@ Vielleicht können Sie die ja mit regulären Ausdrücken filtern.
Das funktioniert wie normale Text-Suche, nur etwas flexibler: Das funktioniert wie normale Text-Suche, nur etwas flexibler:
(Erst|Zweit)versuch z.B. würde sowohl 'Erstversuch' (Erst|Zweit)versuch z.B. würde sowohl 'Erstversuch'
als auch 'Zweitversuch' markieren. als auch 'Zweitversuch' markieren.
.+ akzeptiert alle Zeichen, das können Sie vorn anfügen, .+ akzeptiert alle Zeichen, das können Sie an die 'Expression' vorn anfügen,
um im Menü 'List' unten rechts den Anfang der Zeile zu sehen. um im Menü 'List' unten rechts den Anfang der Zeile zu sehen.
Viel Spaß Viel Spaß
@ -40,8 +40,8 @@ Maybe you can filter it with regular expressions?
They are like normal text-search but more flexible: They are like normal text-search but more flexible:
E.g.: (Erst|Zweit)versuch would select both words: E.g.: (Erst|Zweit)versuch would select both words:
'Erstversuch' (first attempt) and 'Zweitversuch' (second attempt). 'Erstversuch' (first attempt) and 'Zweitversuch' (second attempt).
.+ will accept any text, you can add it at the start to see the whole line .+ will accept any text, you can add it at the start of the expression
in the menu 'List' (bottom right). to see the whole line in the menu 'List' (bottom right).
""" """
# fünf Tatverdächtige # fünf Tatverdächtige