(Elementary user)
I am involved in a project where a regular expression must check the email input of a user.
The user can be 'anyone' as long as the characters after '@' match either 'abcd.br or 'abcd-rio.br'.
For example: jon@abcd.br or jane@abcd-rio.br
Can anyone help me with my below synatx:
.*@abcd.br|.*@abcd-rio.br
Best regards
I am involved in a project where a regular expression must check the email input of a user.
The user can be 'anyone' as long as the characters after '@' match either 'abcd.br or 'abcd-rio.br'.
For example: jon@abcd.br or jane@abcd-rio.br
Can anyone help me with my below synatx:
.*@abcd.br|.*@abcd-rio.br
Best regards