diff --git a/generate.py b/generate.py index b070dbe..5f7cbaf 100755 --- a/generate.py +++ b/generate.py @@ -29,7 +29,7 @@ Das funktioniert wie normale Text-Suche, nur etwas flexibler: (Erst|Zweit)versuch z.B. würde sowohl 'Erstversuch' als auch 'Zweitversuch' markieren. .+ akzeptiert alle Zeichen, das können Sie vorn anfügen, -um im unteren Menü 'List' den Rest der Zeile zu sehen. +um im unteren Menü 'List' den Anfang der Zeile zu sehen. Viel Spaß @@ -37,10 +37,10 @@ Viel Spaß Hi, there is no database for this exam, so we can only send our digitized notes. Maybe you can filter it with regular expressions? -They are like normal text-search but not flexible: +They are like normal text-search but more flexible: E.g.: (Erst|Zweit)versuch would select both words: 'Erstversuch' (first attempt) and 'Zweitversuch' (second attempt). -.+ will accept any text, add it at the start to see the whole line +.+ will accept any text, you can add it at the start to see the whole line in the lower menu 'List'. """