Test if string matches a regular expression using Python: · import re · regex_tester = re.compile("([A-Z])\w+", re.I | re.DOTALL) · test_string = "This is a Test ...
確定! 回上一頁