We can use some simple regex to do this. import re addressToVerify ='[email protected]' match = re.match( ...
確定! 回上一頁