Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30706 > unrolled thread

Re: + in regular expression

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2012-10-03 21:17 -0600
Last post2012-10-03 21:17 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: + in regular expression Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-03 21:17 -0600

#30706 — Re: + in regular expression

FromIan Kelly <ian.g.kelly@gmail.com>
Date2012-10-03 21:17 -0600
SubjectRe: + in regular expression
Message-ID<mailman.1782.1349320672.27098.python-list@python.org>
On Wed, Oct 3, 2012 at 9:01 PM, contro opinion <contropinion@gmail.com> wrote:
> why the  "\s{6}+"  is not a regular pattern?


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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web