extracting elements from a list?
- To: mathgroup at smc.vnet.net
- Subject: [mg25379] extracting elements from a list?
- From: Ryan VanRiper <ravanrip at yahoo.com>
- Date: Sun, 24 Sep 2000 16:29:12 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I have a question about extracting particular elements in a list. If i have the list {v$2332Period, v$2334Period, v$1231MaxAccel} How would i go about searching through this list and returning a new list that has only elements with the word "Period" in them. So the answer im looking for using the above list would be: newlist = {v$2332Period, v$2334Period} Thanks! Ryan
- Follow-Ups:
- Re: extracting elements from a list?
- From: Christopher Lee French <clfrench@bellatlantic.net>
- Re: extracting elements from a list?