wich replaces all digits in the hosts with a ?
could be converted to replace all ? chars with a single *
for example :
*!*@host-233-net-99-160-119.mobilinkinfinity.net.pk
normally it would output with :
we wanted to have it like this:*!*@host-???-net-??-???-???.mobilinkinfinity.net.pk
so the sections with digit in it should be replaced with a single asterix even if the section has alphabetical chars in it as well*!*@host-*-net-*-*-*.mobilinkinfinity.net.pk
sor for example :
this would output as :*!*@host-s2d3d3-net-sd99-160er-c119j.mobilinkinfinity.net.pk
to have it like :*!*@host-s?d?d?-net-sd??-???er-c???j.mobilinkinfinity.net.pk
thanks in advance*!*@host-*-net-*-*-*.mobilinkinfinity.net.pk