The captured() function returns each substring captured, either by the capturing group's index or by its name: re = QRegularExpression("(\\d\\d) (?\\w+)") ...
確定! 回上一頁