MathGroup Archive 2011

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

Search the Archive

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.




  • Prev by Date: Re: Styling initialization cells
  • Next by Date: Changing excel table with Wolfram Mathematica
  • Previous by thread: Re: String Deletion
  • Next by thread: Making a function from the output of the Fit function.