RE:Manipulate list elements
- To: mathgroup at smc.vnet.net
- Subject: [mg67751] RE:Manipulate list elements
- From: Mark_robert.holt at kcl.ac.uk
- Date: Thu, 6 Jul 2006 06:53:36 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In[19]:=
list={{ABILITY, CAPABILITY},{PERSON, FLY}}
Out[19]=
{{ABILITY,CAPABILITY},{PERSON,FLY}}
In[20]:=
ToLowerCase /@ ToString /@ list
Out[20]=
{{ability, capability},{person, fly}}
Link to the forum page for this post:
http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=11700#p11700
Posted through http://www.mathematica-users.org [[postId=11700]]