摘要:
internal const int MAX_LENGTH = 255; internal static readonly Regex NameRegex = new Regex("[;<>|\t]", RegexOptions.Compiled | RegexOptions.IgnoreCase); internal static readonly Regex SpaceRegex = new Regex("[ ]{2,}", RegexOptions.Compiled | RegexOptions.IgnoreCase); priv... 阅读全文
posted @ 2012-07-25 17:10
Dokcer
阅读(679)
评论(0)
推荐(0)

浙公网安备 33010602011771号