... re >>> s = urllib.urlopen('https://www.python.org') >>> html = s.read() > ... A-Z][a-z]+)',r'\1_\2', s) ... return re.sub(r'([a-z])([A-Z])',r'\1_\2', ...
確定! 回上一頁