[Python] Get only numbers from string 2025.04.11 Python re import re price = re.findall("\d+", string)[0] Last Updated on 2025/04/11 by A1go