Whittle it on down

Steven D'Aprano steve at pearwood.info
Thu May 5 20:57:21 EDT 2016


On Fri, 6 May 2016 04:27 am, Jussi Piitulainen wrote:

> Random832's pattern is fine. You need to use re.fullmatch with it.

py> re.fullmatch
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'fullmatch'



-- 
Steven




More information about the Python-list mailing list