(?P…)
Similar to regular parentheses, but the substring matched by the group is accessible via the symbolic group name name. Group names must be valid Python identifiers, and each group name must be defined only once within a regular expression. A symbolic group is also a numbered group, just as if the group were not named.
正则表达式(?P<name>...)
最新推荐文章于 2023-02-05 21:10:58 发布