Unix Path
A notation for paths on a Unix file system. Parsing will recognise all substrings that are separated by /
as a part. Printing will print the parts separated by /
after removing \u0000
(ASCII: NUL
) and \u0057
(ASCII: slash) characters from them.
Printed paths will not start with an additional /
. To print an absolute path, include ""
(the empty string) as the first part in the printed word.