x = []
for w in io.StringIO(str(v)):
- match = re.match(r"\*\* von \'\'\'(.+)\'\'\'(.*): ([\d.,]+) km", w.rstrip())
+ match = re.match(r"\*\* [Vv]on \'\'\'(.+)\'\'\'(.*): ([\d.,]+) km", w.rstrip())
if match:
ya, yb, yc = match.groups()
yc = float(yc.replace(',', '.'))