Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 3
at java.lang.String.charAt(String.java:658)
at java.util.regex.Matcher.appendReplacement(Matcher.java:762)
at java.util.regex.Matcher.replaceFirst(Matcher.java:955)
at java.lang.String.replaceFirst(String.java:2119)
at Ideone.main(Main.java:12)