Why does this pattern fail to compile :
Pattern.compile(\"(?x)[ ]\\\\b\");
Error
ERROR java.util.regex.Pattern