RE: regexp question

2005-01-31 Thread Rebhan, Gilbert
Hi, Jan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 12:48 PM To: user@ant.apache.org Subject: AW: regexp question Sorry if offtopic, seems to be a more javaspecific question. actually the value that has to be put in the file is a

Re: regexp question

2005-01-30 Thread Gilbert Rebhan
Hi, Nat i considered concat ... already, but i felt like there would be a more elegant and shorter solution with regular expressions. I'm sure there's one, but i'm no expert for regexp. Gilbert Why not use concat with a filterchain/headfilter? Basically you read (with headfilter lines=25) the first

Re: regexp question

2005-01-30 Thread Nat Gross
Rebhan, Gilbert wrote: Hi, scenario = a txtfile where i have to put a value in. The line where that value should go is always line number 26 of that file. line number 26 is always blank and should contain the value after transformation. I've tried with :