Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b82
-
generic
-
generic
-
Verified
Description
There are few deprecated ("static") properties of RegExp constructor. See also https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Deprecated_and_obsolete_features. We should support these as much as we can. There are third-party tools/libraries (for eg. "showdown" markdown implementation) that use these "deprecated" properties. Other implementations support these.