| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: string-or-uri &key (class (quote uri))
If string-or-uri is a uri instance, return it
unmodified. If string-or-uri is a string, parse
it into a URI object. Escaped encodings of the form
%<hex><hex> are properly converted into single
characters. The class keyword allows creation of
subclasses of uri
.
If the result is a URN (that is, an object of class urn
), urn-nid and urn-nss access the Namespace Identifier and
the Namespace Specific String of the URN.
See also uri.htm for general information on Universal Resource Indicator support in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |