We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78a4ce commit f048df9Copy full SHA for f048df9
1 file changed
public/js/910-vimbadmin.functions.js
@@ -221,7 +221,7 @@
221
*/
222
function isValidEmail( str )
223
{
224
- return /^([A-Za-z0-9_\-\+\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/.test( str );
+ return /^([A-Za-z0-9_\-\+\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,})$/.test( str );
225
}
226
227
@@ -233,5 +233,5 @@
233
234
function isValidEmailDomain( str )
235
236
- return /^([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/.test( str );
+ return /^([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,})$/.test( str );
237
0 commit comments