On 8/8/05, James Fuller <[EMAIL PROTECTED]> wrote: > Krist van Besien wrote: > > >Hello, > > > >I am trying to figure out if I could get ant to do some string manipulation. > >Suppose I have a property with value: "foo_0.01 > >and I want to split this on the _ character and put "foo" and "0.01" > >each in a different property to use further down in my ant script. > > > >How would I do this? > > > >Krist > > > > > > > > > > > > use PropertyRegex task from ant-contrib library > http://ant-contrib.sourceforge.net/tasks/tasks/index.html
Thanks. That is exactly what I was looking for. And thanks also for pointing me in the direction of the ant-contrib lib. This preempted quite a few other questions I had. Krist -- [EMAIL PROTECTED] Solothurn, Switzerland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
