Returns the relative path from base to source (case-insensitive), or null if not a subpath
The base path
The target path
The relative path, or null if not a subpath
relative('Foo/Bar/Baz', 'foo/bar') // 'Baz' Copy
relative('Foo/Bar/Baz', 'foo/bar') // 'Baz'
Returns the relative path from base to source (case-insensitive), or null if not a subpath