Example#. The first argument of re.match() is the regular expression, the second is the string to match: import re pattern = r"123" string = ...
確定! 回上一頁