M
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
- Correct Answer - Option(D)
- Views: 83
- Filed under category Machine Learning
Discusssion
Login to discuss.