Files
anissah/user/themes/anissabensalah/node_modules/unc-path-regex/index.js
T
2018-05-28 13:26:25 +02:00

6 lines
108 B
JavaScript

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