Re: basic regex back reference
- From: gcr <reviewyourdemo@xxxxxxxxxxx>
- Date: Wed, 31 May 2006 04:54:20 -0400
In article <252e$447d55a6$c2abfc64$22218@xxxxxxxxxxxxxxxx>,
Aukjan van Belkum <aukjan@xxxxxxxxx> wrote:
my @array = ($output =~ m/(\[+[*\d]+\])/g);
works great! thanks!
(I still don't understand but the pain is gone)
The original only matches once(?)
and/or I'm not understanding the $1 $2 functionality(?)
Thanks again!
.
- Follow-Ups:
- Re: basic regex back reference
- From: John W. Krahn
- Re: basic regex back reference
- References:
- basic regex back reference
- From: gcr
- Re: basic regex back reference
- From: Aukjan van Belkum
- basic regex back reference
- Prev by Date: Re: basic regex back reference
- Next by Date: BEGIN <> BEGIN
- Previous by thread: Re: basic regex back reference
- Next by thread: Re: basic regex back reference
- Index(es):