The following snippet will extract everything between "start" and "end" in a line
line :- start checking script end
if ($_ =~ /start([\s\S]+?)end/i)
But if i want to extract from the following format what will be the regex
start checking script end
thanks monks
In reply to Regex Help by jack_64
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |