blob: 6754c3e1238b35a2da23dc56557e94d15e56b935 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<h4 class="subsection">String Type</h4> <p>A <em>string</em> is an array of characters. Strings are used for many purposes in Emacs, as can be expected in a text editor; for example, as the names of Lisp symbols, as messages for the user, and to represent text extracted from buffers. Strings in Lisp are constants: evaluation of a string returns the same string. </p> <p>See <a href="strings-and-characters">Strings and Characters</a>, for functions that operate on strings. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="syntax-for-strings" accesskey="1">Syntax for Strings</a>
</td>
<td> </td>
<td align="left" valign="top">How to specify Lisp strings. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="non_002dascii-in-strings" accesskey="2">Non-ASCII in Strings</a>
</td>
<td> </td>
<td align="left" valign="top">International characters in strings. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="nonprinting-characters" accesskey="3">Nonprinting Characters</a>
</td>
<td> </td>
<td align="left" valign="top">Literal unprintable characters in strings. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="text-props-and-strings" accesskey="4">Text Props and Strings</a>
</td>
<td> </td>
<td align="left" valign="top">Strings with text properties. </td>
</tr> </table><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/String-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/String-Type.html</a>
</p>
</div>
|