Wednesday, 14 August 2013

PHP - How to find numbers and bold that numbers in a string

PHP - How to find numbers and bold that numbers in a string

I have a string with numbers, how I can find the numbers in that string
and make it bold?
Eg:
$st_nu = "Today123";
Output must be Today123

No comments:

Post a Comment