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}}
- Follow-Ups:
- Re: Manipulate list elements
- From: János <janos.lobb@yale.edu>
- Re: Manipulate list elements