in reply to Re: Determing whether a regexp has capturing matches
in thread Determing whether a regexp has capturing matches
sub has_captured_matches { return $#+ };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Determing whether a regexp has capturing matches
by kyle (Abbot) on Feb 27, 2007 at 16:08 UTC | |
by adrianh (Chancellor) on Feb 27, 2007 at 16:45 UTC |