how to change
[email protected] into XXX_YYY_ZZZ
One way i know is to use the string.replace(char, char) method,
but i want to replace "@" & "." The above method replaces just one char.
one more case is what if i have [email protected]...
i still want the output to look like XX.X_YYY_ZZZ
Is this possible?? any suggestions thanks