I did use re.findAll to extract decimal number from a string like this:
size = "Koko33,5 m²" numbers = re.findall("\\d+\\,*\\d+", size)