PubChemPy icon indicating copy to clipboard operation
PubChemPy copied to clipboard

raw string

Open WhiteSymmetry opened this issue 1 year ago • 0 comments

match = re.match('(\d{2,7}-\d\d-\d)', syn) --> match = re.match(r'(\d{2,7}-\d\d-\d)', syn)

WhiteSymmetry avatar Oct 26 '24 11:10 WhiteSymmetry