<?php $str = "**test**"; $str = preg_replace('/\*\*(\w+)\*\*/', '<b>$1</b>', $str); echo $str;
You have javascript disabled. You will not be able to edit any code.