-
Bug
-
Resolution: Fixed
-
Major
-
1.4.1
-
None
-
None
-
FF
How to reproduce :
- create a content
- add a form in this content
- add a password field in this form
- try to add a wrong regular expression to this field
- a popup appears with this :
---------------------------------
Exemple d'expression régulière :
/^[a-z]*$/i vérifie que le champ ne renvoie que des lettres (minuscules ou majuscules)
Vous pouvez lire le chapitre Syntaxe d'epxressions régulières du site
http://fr.selfhtml.org/javascript/objets/regexp.htm
--------------------------------
> This last link is wrong.