Finds strings in a list that begin with "A"
- To: mathgroup at smc.vnet.net
- Subject: [mg82267] Finds strings in a list that begin with "A"
- From: tomfabtastic at hotmail.com
- Date: Wed, 17 Oct 2007 03:44:15 -0400 (EDT)
Hello, I am trying to look through a list of strings and return all strings that start with an "A". For example, my list could be : {"And", "Bat", "Artistic", "Cob"} so I want to return {"And", "Artistic"}. Any ideas ? Thanks, Tom
- Follow-Ups:
- Re: Finds strings in a list that begin with "A"
- From: Stern <nycstern@gmail.com>
- Re: Finds strings in a list that begin with "A"
- From: János <janos.lobb@yale.edu>
- Re: Finds strings in a list that begin with "A"
- From: Fred Meinberg <fredm@wolfram.com>
- RE: Finds strings in a list that begin with "A"
- From: "David Annetts" <davidannetts@aapt.net.au>
- Re: Finds strings in a list that begin with "A"