in reply to Re: Re: Extract text from HTML
in thread Extract text from HTML

How about:
my ($note) = $we =~ m/Note:\s*(.+?)(?:Pre|Attrib|Link)/sgi