Here is a real and simple example. >>> import re >>> re.split('(abc)', 'abc') ['', 'abc', ''] I'm confused about the first and last ... python · regex.
確定! 回上一頁