<?php $message = 'hello! world. Please visit my site: http://hello.world.com.'; $message = preg_replace('/(?<=^|\s)hello\b/', '<a id="get-ahead-link" style="color: #ffa503;" href="https://somelink.com">hello</a>', $message, -1, $count); echo $message;
You have javascript disabled. You will not be able to edit any code.