Correct Answer : C
Realated Questions
Which among the following regular expression specifies that password should contain at least one capital letter or one digit.
Which of the following string will match the RegEx "((d).(dd))$"?
Consider the following JavaScript statement containing regular expressions and check if the pattern matches?
var text = "lestfindcourse: 1, 2, 3"; var pattern = /d+/g;