Б
Size: a a a
Б
VK
u
VK
Р
function emailRegExp () {
return /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
}
Б
function emailRegExp () {
return /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
}
꧁岡
꧁岡
К
꧁岡
К
Б
'test@example.com.'.match(/(.+)(?:\.?)$/m)
IA
'test@example.com.'.match(/(.+)(?:\.?)$/m)
Б
Б
IA
IA
A
'test@example.com.'.match(/(.+)(?:\.?)$/m)