﻿function Rule() {
	this.Name = /^[a-z\u4e00-\u9fa5][\da-z_\u4e00-\u9fa5]{1,19}$/gi;
	this.Password = /^\S{6,30}$/gi;
	this.Password2 = /^\S{6,30}$/gi;
}
