match float
>>> import re >>> re.findall("\\d+\\.\\d+", "Current Level: 13.4 db.") ['13.4']