Which of the following regular expression patterns make the terms “confidential data” case insensitive?

Which of the following regular expression patterns make the terms “confidential data” case insensitive?

Question:

Which of the following regular expression patterns make the terms “confidential data” case insensitive?

Options:

[confidential data]

/confidential data/i

i/confidential data/

“confidential data”

Correct Answer

The Correct Answer for this Question is

/confidential data/i

Leave a Comment