in reply to help regarding a regular expression in perl

use this regex \@begin([\w\W]*?)\@end

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.....