Cisco
500-710 · Question #17
An engineer must match any incoming call to the Expressway that is searching for an E.164 address of only 6 digits and append the domain cisco.com to the end. Which pattern match and replace string us
The correct answer is A. pattern match: ({6}\d) F. replace string: \[email protected]. See the full explanation below for the reasoning.
Question
An engineer must match any incoming call to the Expressway that is searching for an E.164 address of only 6 digits and append the domain cisco.com to the end. Which pattern match and replace string using regular expressions accomplish this task? (Choose two.)
Options
- Apattern match: ({6}\d)
- Bpattern match: ({6}*)
- Creplace string: [email protected]
- Dpattern match: ({5}\d)
- Ereplace string: \[email protected]
- Freplace string: \[email protected]
How the community answered
(28 responses)- A82% (23)
- B4% (1)
- D11% (3)
- E4% (1)
Community Discussion
No community discussion yet for this question.