Hey guys, anyone willing to help me with some RegE...
# prisma-whats-new
m
Hey guys, anyone willing to help me with some RegExp? 🙂 I want to make sure that provided email has specific domain ,
@gmail.com
for example, and would like to paint the input line red once I figure out the domain is wrong. I also want to assume it is correct if no domain is yet included - so that “matic.” is valid just as “matic.zav@gmail.com” is. Any ideas? 😄
d
What language are you working in? JS?
or TS?
m
I see… the problem I had was a bit different, but thanks anyway!
👍 1