nerdexam
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)
  • A
    4% (1)
  • B
    75% (21)
  • C
    7% (2)
  • E
    14% (4)

Community Discussion

No community discussion yet for this question.

Full FCNSA.V4 Practice