blob: 08b2afd09cb95f4ae9dd07b5399520676f6a228b [file] [log] [blame]
class Foo {
public static void main(String[] args) {
String s = "";
s.replaceAll("\\<caret>");
System.out.println();
}
}