public class test { public static void main (String args[]){ System.out.println("test1¥ntest2¥n".replaceAll("¥n",",")); } }
test1,test2,
Back to top