| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: symbol-string &optional default-package
Parses the colon (or pair of colons) in a string to return two values:
a symbol-name string and a package. If the substring before the
colon(s) is not the name or nickname of a package, then nil
is returned as the second value rather than a
package.
For example:
> (symbol-string-and-package-from-string "cg::dummy") "dummy" #<The CG package>
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |