Rotimi Nelson

Joined

420 Experience
4 Lessons Completed
0 Questions Solved

Activity

Thanks for pointing that out, local: true resolves it

Posted in Rails for Beginners Part 12: Validations Discussion

I tried copying this regex "\A[@\s]+@[@\s]+\z" to https://rubular.com/ but it aren't working until I remove the \A and \z making this [@\s]+@[@\s]+ before it could work, any reason for that?