An example regex is r"^(From|To|Cc).*[email protected]" Now for an explanation: the caret ^ matches text at the beginning of a line.
確定! 回上一頁