System.Text.RegularExpressions

January 14, 2025 ยท View on GitHub

 namespace System.Text.RegularExpressions {
     public class Group : Capture {
+        public string Name { get; }
     }
 }