Example · import re · str = "How are you. How is everything" · matches = re.search("How", str) · print(matches.span()) ...
確定! 回上一頁