Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: convi
  • Order by date
  1. convi

    Parsing in prolog

    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 : ?-...

Part and Inventory Search

Back
Top