... handy for regular expressions (Java needs this feature badly!) ... match = re.search(r'iii', 'piiig') # found, match.group() == "iii"
確定! 回上一頁