next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
characters
characters -- get characters from a string
Synopsis
Usage:
characters s
Inputs:
s
,
a
string
Outputs:
a
list
, of the characters in the string
s
Description
The characters are represented by strings of length 1.
i1 : characters "asdf" o1 = {a, s, d, f} o1 : List
See also
String
-- the class of all strings
Ways to use
characters
:
"characters(String)"
For the programmer
The object
characters
is
a
compiled function
.