Error compiling a verbose Java regex with character class and word boundary

前端 未结 0 2059
面向向阳花
面向向阳花 2021-02-11 13:11

Why does this pattern fail to compile :

Pattern.compile(\"(?x)[ ]\\\\b\");

Error

ERROR java.util.regex.Pattern         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题