Fortinet
FCNSA.V4 · 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
(28 responses)- A4% (1)
- B75% (21)
- C7% (2)
- E14% (4)
Community Discussion
No community discussion yet for this question.