<?php $expression = 'here we got a number 23 % and so on'; echo preg_replace( '/\d+\s?%/', '<b>$0</b>', $expression );
You have javascript disabled. You will not be able to edit any code.