Ant string functions?

前端 未结 2 372
礼貌的吻别
礼貌的吻别 2020-12-15 08:46

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

2条回答
  •  囚心锁ツ
    2020-12-15 09:46

    you could use the script task and use a jsr223-supported script language like javascript, jruby, jython,... to do your string handling

提交回复
热议问题