blob: c268404d8d0a32ef587cc91365bb3fd6196de48d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001'use strict';
2
3module.exports = function uncPathRegex() {
4 return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
5};