code contains regular expression for contact number and email address in python str='[email protected]' match=re.search(r'\w+@\w+',str) ...
確定! 回上一頁