Here is my re pattern thus far splitted = re.split(r"[^'-\w]",words.lower()) I tried throwing the single quote after the ^ character but it is ...
確定! 回上一頁