Files
tekelanew_acs/acs/nladmin-ui/node_modules/unc-path-regex/index.js
2024-12-05 09:33:18 +08:00

6 lines
108 B
JavaScript

'use strict';
module.exports = function uncPathRegex() {
return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
};