We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a079ab2 commit 75a657dCopy full SHA for 75a657d
index.js
@@ -6,7 +6,7 @@ module.exports = options => {
6
}, options);
7
8
const pattern = [
9
- '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)',
+ '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)',
10
'(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))'
11
].join('|');
12
0 commit comments