I have to say that Javascript for GraphicEQ import is better because C++ regex match class didn't support the global flag, so we needed to make a new mach on each loop, while matchAll in JS returns an iterative object with all the stuff inside and we need only to save values on each loop.
Related to #2960
I have to say that Javascript for GraphicEQ import is better because C++ regex match class didn't support the global flag, so we needed to make a new mach on each loop, while
matchAll
in JS returns an iterative object with all the stuff inside and we need only to save values on each loop.