+ in regular expression

Ian Kelly ian.g.kelly at gmail.com
Wed Oct 3 23:17:19 EDT 2012


On Wed, Oct 3, 2012 at 9:01 PM, contro opinion <contropinion at gmail.com> wrote:
> why the  "\s{6}+"  is not a regular pattern?


Use a group: "(?:\s{6})+"



More information about the Python-list mailing list