Re: Regular expression in

2009-11-24 Thread Scot P. Floess
So, problem solved? Or still unresolved? On Tue, 24 Nov 2009, durbans wrote: Sorry, I was wrong. -- View this message in context: http://old.nabble.com/Regular-expression-in-%3Cpropertyregex%3E-tp26498126p26498505.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Regular expression in

2009-11-24 Thread durbans
Sorry, I was wrong. -- View this message in context: http://old.nabble.com/Regular-expression-in-%3Cpropertyregex%3E-tp26498126p26498505.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: Regular expression in

2009-11-24 Thread Scot P. Floess
2009, durbans wrote: durbans wrote: Sorry I found that I have a bit different problem : How can I use a variable in input parameter ? It seems that if I write http://old.nabble.com/Regular-expression-in-%3Cpropertyregex%3E-tp26498126p26498429.html Sent from the Ant - Users mailing

Re: Regular expression in

2009-11-24 Thread durbans
a variable in input parameter ? It seems that if I write http://old.nabble.com/Regular-expression-in-%3Cpropertyregex%3E-tp26498126p26498429.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-

Regular expression in

2009-11-24 Thread durbans
want to IGNORE every character before " TODAY" and every character after "TODAY " and test if the text HAS the word " TODAY " in his body. Thanks Andrea -- View this message in context: http://old.nabble.com/Regular-expression-in-%3Cpropertyregex%3E-tp26498126p26498126.h

Re: How can I use regular expression in task?

2006-07-25 Thread Dominique Devienne
You can't. You must use instead. --DD On 7/25/06, samuel cheung <[EMAIL PROTECTED]> wrote: Hi, How can I use regular expression in task? I have an ant call like this: how can I use regular expressesion to replace "IField1, IField2, IField3" with any characters? So t

How can I use regular expression in task?

2006-07-25 Thread samuel cheung
Hi, How can I use regular expression in task? I have an ant call like this: how can I use regular expressesion to replace "IField1, IField2, IField3" with any characters? So that this replace will still work even if I 'A' implements more i