Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
the other option is to split each line on white space and then process each pair that way, but it seems like this should be possible via a regular expression as well.(.+?)\s+?(.+?\=.+?\s)+
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex to match "this=that" multiple times
by moritz (Cardinal) on Jul 16, 2008 at 16:29 UTC | |
|
Re: Regex to match "this=that" multiple times
by kyle (Abbot) on Jul 16, 2008 at 16:47 UTC | |
|
Re: Regex to match "this=that" multiple times
by toolic (Bishop) on Jul 16, 2008 at 16:36 UTC | |
|
Re: Regex to match "this=that" multiple times
by GrandFather (Saint) on Jul 16, 2008 at 21:09 UTC | |
|
Re: Regex to match "this=that" multiple times
by smokemachine (Hermit) on Jul 16, 2008 at 19:18 UTC | |
|
Re: Regex to match "this=that" multiple times
by pc88mxer (Vicar) on Jul 16, 2008 at 16:41 UTC |