当我使用正则表达式的Regex类时,我收到以下异常:(?'named a'asdf)
System.ArgumentException: parsing \"(?'named a'asdf)\" - Invalid group name: Group names must begin with a word character.
我的正则表达式有什么问题?
c# regex exception
c# ×1
exception ×1
regex ×1