blob: c268404d8d0a32ef587cc91365bb3fd6196de48d [file] [log] [blame]
'use strict';
module.exports = function uncPathRegex() {
return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
};