in reply to Re^2: Regex capture consumed by non-capturing match
in thread Regex capture consumed by non-capturing match
if ($string =~ /re/) { my ($a, $b, $c) = trim_func ($1, $2, $3); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Regex capture consumed by non-capturing match
by ikegami (Patriarch) on Jul 20, 2007 at 16:29 UTC |