The syntax for a named group is one of the Python-specific extensions: (?P<name>...) . name is, obviously, the name of the group.
確定! 回上一頁