> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/wei-ci-zi-fu-chuan-xiang-guan.md).

# 4.2 谓语：字符串相关

查阅 序列数组 向量以及向量章节，查阅更多关于底层 通用序列 及 数组 谓语。

Function: stringp object\
&#x20; 如果 object 为字符串，则返回 t，否则返回 nil。

Function: string-or-null-p object\
&#x20; 如果 object 为字符串，或 nil，则返回 t，否则返回 nil。

Function: char-or-string-p object\
&#x20; 如果 object 为字符或字符串，则返回 t，否则返回 nil。
