!636 main { psvm { String in = "#1234"; System.out.println(in); in = in.substring(1); in = "#%!%".replace("%!%", in); System.out.println(in); } }