in reply to
help regarding a regular expression in perl
use this regex
\@begin([\w\W]*?)\@end
Comment on
Re: help regarding a regular expression in perl
Download
Code
Replies are listed 'Best First'.
Re^2: help regarding a regular expression in perl
by
praveenchappa
(Acolyte)
on Nov 19, 2014 at 09:30 UTC
how could i do that i want to capture the matching occurances to another string.....
[reply]
In Section
Seekers of Perl Wisdom