[#5064F661E47427BCF465CC86F3F552B659AD1A15]
Parse a string and return an encoded segment view
system::resultparse_path(core::string_view s) noexcept;
This function parses the string and returns the corresponding path object if the string is valid, otherwise returns an error.
path = [ "/" ] segment *( "/" segment )
No-throw guarantee.