4 lines
68 B
Python
4 lines
68 B
Python
|
import math
|
||
|
import r
|
||
|
print(re.findall(r"\d+[.\d]?", "xxxxx$19.99"))
|