<?php $replacer = 'href="https://example.net"'; $homepage = preg_replace_callback('/<body.*?>(.*)<\/body>/', function($matches) use($replacer) { return preg_replace("/(?<=href=(\"|'))[^\"']+(?=(\"|'))/",$replacer,$matches[0]); },'<body><a class="attribute" href="https://mother.com"/> <a class="attribute" href="https://mothers.com"></a></body>'); echo $homepage;
You have javascript disabled. You will not be able to edit any code.