Does Ant have any way of doing string uppercase/lowercase/captialize/uncaptialize string manipulations? I looked at PropertyRegex but I don\'t believe the last two are poss
you could use the script task and use a jsr223-supported script language like javascript, jruby, jython,... to do your string handling