Converting PCRE recursive regex pattern to .NET balancing groups definition

前端 未结 2 1535
北荒
北荒 2020-12-04 19:59

PCRE has a feature called recursive pattern, which can be used to match nested subgroups. For example, consider the "grammar"

Q -> \\w | \'[\' A          


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