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';
$line = 'Hello hello start this is still comment end start this should still be comment end this is fixed';
$line = 'Hello hello 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.
In reply to extract a substring between two emements by Shaveta_Chawla
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |