-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
None
-
b108
-
generic
-
generic
Test case, I was expecting "[M]", getting null.
var x = "[M]".match( /(\[[^\[]*\])/);
print.log(x);
var x = "[M]".match( /(\[[^\[]*\])/);
print.log(x);