Java regex error - Look-behind group does not have an obvious maximum length

前端 未结 3 989
不知归路
不知归路 2020-12-05 15:10

I get this error:

java.util.regex.PatternSyntaxException: Look-behind group does not have an
    obvious maximum length near index 22
([a-z])(?!.*\\1)(?

        
3条回答
提交回复
热议问题