That's called regular expressions: import re string = 'value is between 5 and 10' m = re.match(r'value is between (.*) and (.
確定! 回上一頁