M

Mr. Dubey • 87.94K Points
Coach

Q. Consider the following statement containing regular expressions
var text = "testing: 1, 2, 3";
var pattern = /d+/g;
In order to check if the pattern matches, the statement is

  • (A) text==pattern
  • (B) text.equals(pattern)
  • (C) text.test(pattern)
  • (D) pattern.test(text)

Explanation by: Mr. Dubey
The given pattern is applied on the text given in the paranthesis.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics