Closed hazem3500 closed 4 years ago
in the utils.js there is a Lookbehind regex which isn't support it on IE, edge, firefox and safari
its on line 17
return measurement.match(/(?<=[0-9])[^0-9]+$/)[0];
https://caniuse.com/#feat=js-regexp-lookbehind
in the utils.js there is a Lookbehind regex which isn't support it on IE, edge, firefox and safari
its on line 17
https://caniuse.com/#feat=js-regexp-lookbehind