| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: urn-uri
URN's are a subset of URI's. URN objects are members of the urn
class.
This function accesses the NSS of an URN.
Thus:
cg-user(13): (setq urn (net.uri:parse-uri "urn:foo:10?+rrr?=qqq#fff")) #<urn urn:foo:10?+rrr?=qqq#fff> cg-user(14): (net.uri:urn-nid urn) "foo" cg-user(15): (net.uri:urn-nss urn) "10" cg-user(16): (net.uri:urn-r-component urn) "rrr" cg-user(17): (net.uri:urn-q-component urn) "qqq" cg-user(18): (net.uri:urn-f-component urn) "fff" cg-user(19):
See also uri.htm for general information on Universal Resource Indicator support in Allegro CL. URN syntax is described in RFC8141 (https://tools.ietf.org/html/rfc8141)
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |