OVH Cloud OVH Cloud

RegularExpressionValidator

5 réponses
Avatar
Andre
Hello,

J'essaie d'utiliser ceci, mais j'ai beaucoup de problèmes à écrire la partie
"ValidationExpression", y aurait-il un endroit sur le NET qui explique assez
bien comment écrire ces Expressions.

Merci.

5 réponses

Avatar
Paul Bacelar
http://regex.osherove.com/
--
Paul Bacelar

"Andre" wrote in message
news:
Hello,

J'essaie d'utiliser ceci, mais j'ai beaucoup de problèmes à écrire la


partie
"ValidationExpression", y aurait-il un endroit sur le NET qui explique


assez
bien comment écrire ces Expressions.

Merci.




Avatar
Patrick Philippot
et aussi:

Expresso: http://www.codeproject.com/dotnet/expresso.asp
Rad Software Regular Expression designer:
http://www.radsoftware.com.au/?from=RegexDesigner
RegEx designer .Net: http://www.sellsbrothers.com/tools/

Paul, Regulator est superbe mais il a toujours régulièrement planté chez
moi (le programme se bloque au démarrage et je dois tuer le process). Il
faudrait peut-être que je teste la dernière version.

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Avatar
Patrick Philippot
J'oubliais:

Regular Expression Workbench:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid¼2B09E3-7E83-4B0A-93D9-A2EC8B207849

Et pour l'apprentissage:

http://www.regxlib.com/
http://www.zvon.org/other/reReference/Output/index.html
http://sitescooper.org/tao_regexps.html

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Avatar
Patrick Philippot
Patrick Philippot wrote:
Paul, Regulator est superbe mais il a toujours régulièrement planté
chez moi (le programme se bloque au démarrage et je dois tuer le
process). Il faudrait peut-être que je teste la dernière version.



Rien de changé. Il plante au démarrage. Je crois qu'il ne supporte pas
l'installation à un niveau trop bas de sous-répertoires.

--
Patrick Philippot - Microsoft MVP
MainSoft Consulting Services
www.mainsoft.fr
Avatar
hollenhorst
If recommend that you try the latest version of Expresso, available at:

http://ultrapico.com/Expresso.htm

Also, see the tutorial at:

http://www.codeproject.com/dotnet/RegexTutorial.asp

Jim