Q24
The (|/) tells the server to match ___________
A.
nothing
B.
forward slash
C.
backward slash
D.
either nothing or a forward slash
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The vertical pipe character (|) is the regular expression equivalent of “or”.