When using named capture groups, use the following syntax before the regular expression (regex): (?P<name>regex). As the RE2 library supports named capture ...
確定! 回上一頁