In Python, the (?P<group_name>…) syntax allows one to refer to the matched string through its name: >>> import re >>> match = re.search('(? · Up ...
確定! 回上一頁