in reply to Re: Re: Regex probleme, how memorize (match)? with question mark ?in thread Regex probleme, how memorize (match)? with question mark ?
$_ = '<A class=Title>';
Your RE match only if there's an "href".
BobiOne KenoBi ;)