We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc5e97e + e63b8c1 commit e51466dCopy full SHA for e51466d
js/languages/jquery.validationEngine-fr.js
@@ -99,11 +99,11 @@
99
"alertText": "* Seuls les chiffres sont acceptés"
100
},
101
"onlyLetterSp": {
102
- "regex": /^[a-zA-Z\u00C0-\u00D6\u00D9-\u00F6\u00F9-\u00FD\ \']+$/,
+ "regex": /^[a-zA-Z\u0152\u0153\u0178\u00C0-\u00D6\u00D9-\u00F6\u00F9-\u00FD\u00FF\ \']+$/,
103
"alertText": "* Seules les lettres sont acceptées"
104
105
"onlyLetterNumber": {
106
- "regex": /^[0-9a-zA-Z\u00C0-\u00D6\u00D9-\u00F6\u00F9-\u00FD]+$/,
+ "regex": /^[0-9a-zA-Z\u0152\u0153\u0178\u00C0-\u00D6\u00D9-\u00F6\u00F9-\u00FD\u00FF]+$/,
107
"alertText": "* Aucun caractère spécial n'est accepté"
108
109
// --- CUSTOM RULES -- Those are specific to the demos, they can be removed or changed to your likings
0 commit comments