/// 邮政编码 6个数字
public
static
bool
IsPostCode (
string
source )
{
return
Regex.IsMatch ( source,
@"^\d{6}$"
, RegexOptions.IgnoreCase );
}
by: 发表于:2018-01-31 15:11:55 顶(0) | 踩(0) 回复
??
by: 发表于:2018-01-31 15:11:55 顶(0) | 踩(0) 回复
??
回复评论