Help for this page
$message = 'I\'d like to kick Bill Gates\' ass'; $page = 'http://www.microsoft.com'; highlight_letters($message, $page);
$message = "foo foo"; $page_text = "f o o foo"; # whole word matching failed! We need to let +ter-match the first foo!