On Wed, Oct 3, 2012 at 9:01 PM, contro opinion <contropin...@gmail.com> wrote: > why the "\s{6}+" is not a regular pattern?
Use a group: "(?:\s{6})+" -- http://mail.python.org/mailman/listinfo/python-list
On Wed, Oct 3, 2012 at 9:01 PM, contro opinion <contropin...@gmail.com> wrote: > why the "\s{6}+" is not a regular pattern?
Use a group: "(?:\s{6})+" -- http://mail.python.org/mailman/listinfo/python-list