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 :
?-...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.