Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30706 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2012-10-03 21:17 -0600 |
| Last post | 2012-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.
Re: + in regular expression Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-03 21:17 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2012-10-03 21:17 -0600 |
| Subject | Re: + 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})+"
Back to top | Article view | comp.lang.python
csiph-web