Which regex flavors support captures (as opposed to capturing groups)?

后端 未结 1 1047
遇见更好的自我
遇见更好的自我 2020-12-07 02:13

As I just learned from this question, .NET regexes can access individual matches within a repeated capturing group.

I. e., if I apply a regex like \\b(\\w+\\s

相关标签:
1条回答
  • 2020-12-07 02:28

    As far as I know, only .NET and Perl 6 offer that capability.

    0 讨论(0)
提交回复
热议问题