MathGroup Archive 2010

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

Search the Archive

Re: Import data from an email

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107611] Re: Import data from an email
  • From: dh <dh at metrohm.com>
  • Date: Fri, 19 Feb 2010 03:36:03 -0500 (EST)
  • References: <hlj42f$rsc$1@smc.vnet.net>


Here is an example where I pasted the data into a string:



     RegularExpression["data indexes =\s*({[\d, ]+})"] :> "$1" ][[1]];

     RegularExpression["years to evaluate =\s*(\\d+)"] :> "$1"][[1]];

     RegularExpression["startMonth =\s*{(\\d+)}"] :> "$1"][[1]];

     RegularExpression["startYear =\s*{(\d+)}"] :> "$1" ][[1]];

On 18.02.2010 11:16, Garapata wrote:

E-Mail:<mailto:dh at metrohm.com>

Internet:<http://www.metrohm.com>




  • Prev by Date: Re: problem with double integral
  • Next by Date: Re: Convexity and graphical display of feasible set
  • Previous by thread: Import data from an email
  • Next by thread: Re: Import data from an email