Buckets:
| ; | |
| module.exports = ({onlyFirst = false} = {}) => { | |
| const pattern = [ | |
| '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', | |
| '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))' | |
| ].join('|'); | |
| return new RegExp(pattern, onlyFirst ? undefined : 'g'); | |
| }; | |
Xet Storage Details
- Size:
- 350 Bytes
- Xet hash:
- 1d50ba3a2b8c2e0885a2bb85c7a77aa0ae3799897e82e7c82032ab3783e5275c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.