in reply to Re^2: Regex to catch UP TO a particular string?
in thread Regex to catch UP TO a particular string?

Never mind - was me being stupid ;) (loooong day)

if ($summary =~ /\Q[[$article_name]]\E(.*?)\[\[/s) {

Thanks :)

Cheers