Go to the first, previous, next, last section, table of contents.

ストリングに対するプレディケート

セクション 7.2.1 [arrayp]、ページ 61 とセクション 7.1 [sequencep]、ページ 59 参照。

Function: stringp object

この関数は、オブジェクトがストリングの場合 t を返し、そうでない場合 nil を 返します。

Function: char-or-string-p object

この関数は、オブジェクトがストリングか文字(i.e., integer)の場合 t を返し、 そうでない場合 nil を返します。


Go to the first, previous, next, last section, table of contents.