Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Minify URLs by converting them from absolute to relative.
Returns true
if the path appears to be relative.
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the .source
property.