in reply to Re: Extracting Text After <pre> tag in HTML
in thread Extracting Text After <pre> tag in HTML

Note the "m" modifier at the end, so that "." is allowed to match "\n".
you have that backwards! /s allows . to match \n, not /m.