more fixes to into text

This commit is contained in:
AntonObersteiner 2024-06-03 14:17:41 +02:00
parent 2b24805647
commit 49acf81bbc

View file

@ -16,32 +16,41 @@ def get_names(filename, pad = " "):
return names
greeting = """
Re: AW: Exmatrikulationsgefährdete Studierende
Re: AW: Studierendenabfrage
von: Prüfungsverwaltung
---------
Englisch version below.
Hallo,
Zur angefragten Prüfung gibt es leider noch keine Datenbank,
daher hier unsere Notizen aus Prüfungsakten und Personendatenbank.
daher unten angefügt unsere Notizen aus Prüfungsakten und Personendatenbank,
immer mit automatisch erstellter englischer Überstzung.
Vielleicht können Sie die ja mit regulären Ausdrücken filtern.
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 an die 'Expression' vorn anfügen,
.+ akzeptiert alle Zeichen, das können Sie an die 'Expression'
(oben auf der Seite) vorn anfügen,
um im Menü 'List' unten rechts den Anfang der Zeile zu sehen.
Sie sollten etwa 5 Studierende finden.
Viel Spaß
=== ENGLISCH VERSION ===
Hi,
there is no database for this exam, so we can only send our digitized notes.
there is no database for this exam, so I added our digitized notes below,
aloways with the auto-generated english translation.
Maybe you can filter it with regular expressions?
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, you can add it at the start of the expression
(top of page)
to see the whole line in the menu 'List' (bottom right).
You should find approximately 5 students.
Good Luck
"""
# fünf Tatverdächtige