MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Manipulate list elements

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67700] Manipulate list elements
  • From: "ute.paul at gmail.com" <ute.paul at gmail.com>
  • Date: Wed, 5 Jul 2006 04:17:43 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I have a list of words. These words are written in capital letters. I
need a list with these words in lower case letters. How can I
manipulate the list elements that the capital letters become lower case
letters?
Example: list={{ABILITY, CAPABILITY},{PERSON, FLY}} =>list={{ability,
capability},{person, fly}}


  • Prev by Date: Re: Mouse wheel scroll speed
  • Next by Date: Another limit problem
  • Previous by thread: Quantifiers as Generalized && and ||
  • Next by thread: Re: Manipulate list elements