Fortinet
FCNSA.V5 · Question #75
Which of the following Regular Expression patterns will make the term "bad language" case insensitive?
The correct answer is B. /bad language/i. See the full explanation below for the reasoning.
Question
Which of the following Regular Expression patterns will make the term "bad language" case insensitive?
Options
- A[bad language]
- B/bad language/i
- Ci/bad language/
- D"bad language"
- E/bad language/c
How the community answered
(63 responses)- A3% (2)
- B76% (48)
- C13% (8)
- D6% (4)
- E2% (1)
Community Discussion
No community discussion yet for this question.