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: 1617

Copyright © 2024. Powered by Intellect Software Ltd