findall(<regex>, s) : finds and returns a list of all matches of the regular expression <regex> in the input string s; re.sub(<regex>, new_text, ...
確定! 回上一頁