Vidyalelo
PHP · Q24

Databases Handling

Programming · PHP · question 24

Q24

The (|/) tells the server to match ___________

A.
nothing
B.
forward slash
C.
backward slash
D.
either nothing or a forward slash
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The vertical pipe character (|) is the regular expression equivalent of “or”.