blob: b9574ed7e82013f9af3e62bbb9a9e4c66e5ca497 [file] [log] [blame]
'use strict';
module.exports = function () {
return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
};