Hi,
I have using cakephp and I want to obscure all numbers which is more than six digits.
something like this
$string = "My id number is 77765444 in Sales dept.";
becomes
$string = "My id number is XXXXXXXX in Sales dept."
I appreciate any help.
Thanks.