How to match multiple groups using the same group pattern in Java regex

前端 未结 0 658
你的背包
你的背包 2021-01-13 08:10

How to parse N groups using the same group pattern?

I am executing the following:

    Pattern STRING_PATTERN = Pattern.compile("^([^-]+-){4}(\\\\d         


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