Re: String Deletion
- To: mathgroup at smc.vnet.net
- Subject: [mg121556] Re: String Deletion
- From: Tyler <hayes.tyler at gmail.com>
- Date: Mon, 19 Sep 2011 07:07:27 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j51sst$pfv$1@smc.vnet.net> <j549t6$6gj$1@smc.vnet.net>
On Sep 18, 4:25 am, Tyler <hayes.ty... at gmail.com> wrote: > list = List["Z:XBREG", "Z:XBREH", "Z:XBREI", "Z:ZZ6P", "Z:ZZ6Q", > "aye"]; > StringReplace[list, {":"} -> ""] > > {"ZXBREG", "ZXBREH", "ZXBREI", "ZZZ6P", "ZZZ6Q", "aye"} Ooops! Looks like I should've read the post more. Sorry about that. Cheers, t.