fork download
  1. import re
  2. print(re.findall("""\d[., \d]*\s*(?:K(?:c\u030C|\u010D)|Eur)""","Letenky od 12 932 Kč",flags=re.IGNORECASE))
Success #stdin #stdout 0.04s 9620KB
stdin
Standard input is empty
stdout
['12 932 Kč']