String a = "123"; Integer.valueOf(a); //123출력
String s = "one23four" s =s.replaceAll("one","1"); s =s.replaceAll("four","4");