Filter email address with regular expressions: I am new to regular expressions and was hoping someone might be able to help out.
I am trying to pattern match an email address string with the following format:
FirstName.LastName@gmail.com
I want to be sure that there is a period somewhere before the '@' character and that the characters after the '@' character matches gmail.com