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.
1 parent 96f7bea commit bc028ebCopy full SHA for bc028eb
js/languages/jquery.validationEngine-de.js
@@ -103,10 +103,6 @@
103
"regex": /^[0-9a-zA-ZäüöÄÜÖßs-]+$/,
104
"alertText": "* Keine Sonderzeichen erlaubt"
105
},
106
- "onlyLetterNumber": {
107
- "regex": /^[0-9a-zA-Z]+$/,
108
- "alertText": "* Keine Sonderzeichen erlaubt"
109
- },
110
// --- CUSTOM RULES -- Those are specific to the demos, they can be removed or changed to your likings
111
"ajaxUserCall": {
112
"url": "ajaxValidateFieldUser",
0 commit comments