Posted by: Echoes February 20, 2008
Help with Java programming
Login in to Rate this Post:     0       ?        

String m = "Nepal is beautiful";

String m1 = m.replaceAll("\\w", "*");

Read Full Discussion Thread for this article