摘要:
代码胜过一切!Program.csusing System;using System.Collections.Generic;using System.Text.RegularExpressions;namespace ConAppRegex{ public static class RegexHelper { public static readonly Regex regValidateObject = new Regex(@"(?n)(?<name>[^{},]+)\{(?<data>((?<o>\{)|(?<-o>\})|[^{ 阅读全文