diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/predicates-for-strings.html | |
new repository
Diffstat (limited to 'devdocs/elisp/predicates-for-strings.html')
| -rw-r--r-- | devdocs/elisp/predicates-for-strings.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devdocs/elisp/predicates-for-strings.html b/devdocs/elisp/predicates-for-strings.html new file mode 100644 index 00000000..5fdf35fd --- /dev/null +++ b/devdocs/elisp/predicates-for-strings.html @@ -0,0 +1,12 @@ + <h3 class="section">Predicates for Strings</h3> <p>For more information about general sequence and array predicates, see <a href="sequences-arrays-vectors">Sequences Arrays Vectors</a>, and <a href="arrays">Arrays</a>. </p> <dl> <dt id="stringp">Function: <strong>stringp</strong> <em>object</em> +</dt> <dd><p>This function returns <code>t</code> if <var>object</var> is a string, <code>nil</code> otherwise. </p></dd> +</dl> <dl> <dt id="string-or-null-p">Function: <strong>string-or-null-p</strong> <em>object</em> +</dt> <dd><p>This function returns <code>t</code> if <var>object</var> is a string or <code>nil</code>. It returns <code>nil</code> otherwise. </p></dd> +</dl> <dl> <dt id="char-or-string-p">Function: <strong>char-or-string-p</strong> <em>object</em> +</dt> <dd><p>This function returns <code>t</code> if <var>object</var> is a string or a character (i.e., an integer), <code>nil</code> otherwise. </p></dd> +</dl><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Predicates-for-Strings.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Predicates-for-Strings.html</a> + </p> +</div> |
