Re: String manipulation

2006-10-25 Thread Rodrigo Monteiro
for. Thanks! Rodrigo. -- Rodrigo Monteiro "Free as in Freedom, not free as in free beer" Linux User # 403730 JID: [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

String manipulation

2006-10-25 Thread Rodrigo Monteiro
Hello all, I'm new in Ant... so this might be an easy question. I pass in the command line an parameter ant -Dtest=/tmp/tmp2/tmp3 -buildfile teste.xml What I need to do is to get only the content of ${test} after the last "/", in this case "tmp3". How can I do that? regards, Rodrigo. -