Thank you for visiting!
# Match a sentence that starts with either word
pattern = re.compile(r'^(?:DW_API_PUBLIC|DW_VIZ_API_PUBLIC).*?;', re.DOTALL | re.MULTILINE)
Post a Comment
No comments:
Post a Comment