import re · # We will use the regular expression for matching the string of data · # in the form of Weekday's name followed by day number · regex = r"([A-Za-z]+) ...
確定! 回上一頁