Regex 实体框架模型的正则表达式

Regex 实体框架模型的正则表达式,regex,asp.net-mvc-3,entity-framework-4.1,Regex,Asp.net Mvc 3,Entity Framework 4.1,我需要在asp.net MVC 3模型上添加正则表达式数据注释(我首先使用实体框架4.1代码) 要求是: Capitalize matters. use 6 to 32 characters and don’t use your name. To make your password more secure:- use special characters (e.g., @) – mix lower and upper case. 请建议我使用正则表达式或创建正则表达式的工具 谢谢。我建议您设

我需要在asp.net MVC 3模型上添加正则表达式数据注释(我首先使用实体框架4.1代码)

要求是:

Capitalize matters. use 6 to 32 characters and don’t use your name.
To make your password more secure:- use special characters (e.g., @) – mix lower and upper case.
请建议我使用正则表达式或创建正则表达式的工具

谢谢。

我建议您设计符合您要求的正则表达式。如果你遇到一些具体的困难,不要犹豫,展示你的进步,并解释你遇到的问题

如果用户名与您的姓名要求不匹配,您必须提供更多关于真实姓名的含义、存储位置、检索方式等信息