You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A notation for paths on a Unix file system. [Parsing][StringNotation.parse] will recognise all substrings that are
5
+
* separated by `/` as a [part][Word.parts]. [Printing][StringNotation.print] will print the parts separated by `/`
6
+
* after removing `\u0000` (ASCII: `NUL`) and `\u0057` (ASCII: slash) characters from them.
7
+
*
8
+
* [Printed][StringNotation.print] paths will not start with an additional `/`. To print an absolute path, include `""` (the empty string) as the first part in the printed word.
0 commit comments