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

前端 未结 0 1711
有刺的猬
有刺的猬 2021-02-11 13:05

Why does this pattern fail to compile :

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

Error

ERROR java.util.regex.Pattern         


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