|
|
| There's more than one way to do things | |
| PerlMonks |
extract a substring between two emementsby Shaveta_Chawla (Acolyte) |
| on Oct 10, 2011 at 06:36 UTC ( #930538=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Shaveta_Chawla has asked for the
wisdom of the Perl Monks concerning the following question:
i want to extract a string from a line. The line is::
$line = 'Hello hello start this is comment end start this is still comment end start this should still be comment end this is fixed'; i need to extract "this should still be comment" from the lines using one regular expression.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||