|
[Date Index]
[Thread Index]
[Author Index]
Re: Decompose string into list
- To: mathgroup at smc.vnet.net
- Subject: [mg64106] Re: Decompose string into list
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 1 Feb 2006 04:35:00 -0500 (EST)
- Organization: Uni Leipzig
- References: <drn0nb$keo$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
try
Characters[]
Regards
Jens
"Renan" <renan.birck at gmail.com> schrieb im
Newsbeitrag news:drn0nb$keo$1 at smc.vnet.net...
| Hello,
|
| I can make a string from a list, using:
|
| In[1]:= StringJoin @@ {"F", "o", "o", " ", "b",
"a", "r"}
| Out[1]:= Foo bar
|
| But I want to "decompose" a string into a list
composed by its elements, e.g.
|
| "Foo bar" turns back into {"F", "o", "o", " ",
"b", "a", "r"}
| "Hello" turns back into {"H","e","l","l","o"}.
|
| How to do this? Mathematica 5.2 on Windows.
|
| Thanks!
|
Prev by Date:
Re: Decompose string into list
Next by Date:
Re: Decompose string into list
Previous by thread:
Re: Decompose string into list
Next by thread:
Re: Decompose string into list
|