thesavior
05-21-2008, 03:56 AM
I want to replace an ip:
69.102.832.225
with
69.***.***.225
What would be the preg replace for that? I know that you can't use '.' in regex, so How do you do the whole like:
(.*).(.*).(.*).(.*)
69.102.832.225
with
69.***.***.225
What would be the preg replace for that? I know that you can't use '.' in regex, so How do you do the whole like:
(.*).(.*).(.*).(.*)