PubChemPy
PubChemPy copied to clipboard
raw string
match = re.match('(\d{2,7}-\d\d-\d)', syn) --> match = re.match(r'(\d{2,7}-\d\d-\d)', syn)