3.2 Strings
The predicates determine whether an object is a string.base-string-p
*default-character-element-type*
general-string-p
sbchar
sgchar
simple-base-string-p
simple-general-string-p
The functions sbchar
and sgchar
are similar to the Common Lisp function schar
, but the functionsbchar
requires a simple base string argument, and the functionsgchar
requires a simple general string argument.
The variable *default-character-element-type*
specifies the type of string that is created by the Common Lisp functionmake-string
and by the Common Lisp function make-sequence
for string sequences. The initial value of*default-character-element-type*
depends on the value of the environment variableLANG
. It ischaracter
if the value ofLANG
is eitherjapanese
orjapan
. Otherwise, it isbase-character
.
Generated with Harlequin WebMaker