Re: Replace
- To: mathgroup at smc.vnet.net
 - Subject: [mg121072] Re: Replace
 - From: Ray Koopman <koopman at sfu.ca>
 - Date: Fri, 26 Aug 2011 05:23:32 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - References: <j35am1$og8$1@smc.vnet.net>
 
On Aug 25, 4:12 am, Sam Korn <s... at kornfamily.com> wrote:
> Hi, another stupid question. I have a list, and each element in the list is
> a sublist with a pair of integers. How do I replace each element along the
> lines of "{5,6}" with "(5|6)"?
>
> I know it's a stupid question, and there's probably something really obvious
> I'm missing, but I'm really new to Mathematica.
>
> Thanks!
> -Sam
Alternatives @@@ data
- Follow-Ups:
- Re: Replace
- From: Murray Eisenberg <murray@math.umass.edu>
 
 - Re: Replace
- From: Murray Eisenberg <murray@math.umass.edu>
 
 
 - Re: Replace