What is the correct regular expression to match a URI request equal to /test.exe?
A.
/test.exe
B.
Vtest\.exe
C.
/test\.exe
D.
*/test\.exe
E.
\*/test\.exe
F.
*/test.exe
What is the correct regular expression to match a URI request equal to /test.exe?
What is the correct regular expression to match a URI request equal to /test.exe?
A.
/test.exe
B.
Vtest\.exe
C.
/test\.exe
D.
*/test\.exe
E.
\*/test\.exe
F.
*/test.exe
I think the correct answer should be /test/.exe
Yes, fixed.
Thanks David.
I agree with the answer.