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 -- https://mail.python.org/mailman/listinfo/python-list