UNPKG
keycloakify-test
Version:
latest (5.8.4-test)
5.8.4-test
5.8.3-test
5.8.2-test
5.8.1-test
5.8.0-test
5.6.9-test
5.6.8-test
5.6.7-test
5.6.6-test
5.6.5-test
5.6.4-test
5.6.3-test
Keycloak theme generator for Reacts app
github.com/garronej/keycloakify
garronej/keycloakify
keycloakify-test
/
src
/
lib
/
tools
/
emailRegExp.ts
3 lines
(2 loc)
•
185 B
text/typescript
View Raw
1
2
3
export
const
emailRegexp = /^(([^<>()\[\]\\.,;:\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
,}))$/;