Which regular expressions match an alias from the cisco.com domain, with the host portion of the alias consisting of fir
Posted: Sat Jul 23, 2022 7:13 pm
Which regular expressions match an alias from the cisco.com domain, with the host portion of the alias consisting of first name last name, with no limits on the length of either name? (Example, [email protected])
A. (*)\ (*)@cisco.com
B. (\d*).(\d)@cisco.com
C. (*).(*)@cisco.com
D. (*)/.(*)@cisco.com
A. (*)\ (*)@cisco.com
B. (\d*).(\d)@cisco.com
C. (*).(*)@cisco.com
D. (*)/.(*)@cisco.com