I want to macth the following:
boolean b = "\u000D".matches("\\cM");
but the compiler give me:
unclosed string literal
illegal character: \92
illegal character: \92
unclosed string literal
not a statement
why? that literal is not a valid unicode Ctrl-m unicode code???