The first parameter is a regular expression, here "(\w+)\s" , which returns a Match if the match is successful, otherwise a None. You can see a list of grammar ...
確定! 回上一頁