MathGroup Archive 2011

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

Search the Archive

Re: String Deletion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121531] Re: String Deletion
  • From: Tyler <hayes.tyler at gmail.com>
  • Date: Sun, 18 Sep 2011 04:14:01 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <j51sst$pfv$1@smc.vnet.net>

list = List["Z:XBREG", "Z:XBREH", "Z:XBREI", "Z:ZZ6P", "Z:ZZ6Q",
"aye"];
StringReplace[list, {":"} -> ""]

{"ZXBREG", "ZXBREH", "ZXBREI", "ZZZ6P", "ZZZ6Q", "aye"}





  • Prev by Date: Plotting 3D Inequality with conditions for variable
  • Next by Date: Re: String Deletion
  • Previous by thread: Re: String Deletion
  • Next by thread: Re: String Deletion