neo-tahi
Results
1
issues of
neo-tahi
Note the added `;` into the regex: ``` js var m = re.exec(line.replace(/\x1b\[[0-9;]*m/g, '')) ```