List of questions
Related questions
Question 117 - 300-720 discussion
The CEO sent an email indicating that all emails containing a string of 123ABCDEFGHJ cannot be delivered and must be sent into quarantine for further inspection. Given the requirement, which regular expression should be used to match on that criteria?
A.
\\D{3}[A-Z]{9}
B.
\d{3}[A-Z]{9}
C.
\W{3}[A-Z]{9}
D.
{3}\d{9}[A-Z]
Your answer:
0 comments
Sorted by
Leave a comment first