Question:Which of the following regular expressions can be used to check the validity of an e-mail address? 

A ^[^@ ]+@[^@ ]+\.[^@ ]+$ 

B ^[^@ ]+@[^@ ]+.[^@ ]+$ 

C $[^@ ]+@[^@]+\.[^@ ]+^ 

D $[^@ ]+@[^@]+.[^@ ]+^ 

+ Answer
+ Report
Total Preview: 1639

Copyright © 2025. Powered by Intellect Software Ltd