nerdexam
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)
  • A
    3% (2)
  • B
    76% (48)
  • C
    13% (8)
  • D
    6% (4)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full FCNSA.V5 Practice