Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / unc-path-regex / index.js
1 'use strict';
2
3 module.exports = function uncPathRegex() {
4   return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
5 };