Hello guys,
I need some help with prolog code. I need to parse uri strings, in a way that
the predicate :
parsed_uri(URIString, URI).
is true if URIString is then dvided in the composed term :
URI = uri(Scheme, Userinfo, Host, Port, Path, Query, Fragment).
Example :
?-...