类似于:
<replace file="${src}/index.html" token="</copyright>beginning text*end text<copyright>" value="wombat"/>
其中"</compyright>开始文本*结束文本<copyright>"是某种字符串,我不知道它的中间内容。
我有一种情况,我不能100%确定我想替换的文本每次都是一样的。
如果要匹配模式,请使用replaceregexp
任务。看见https://ant.apache.org/manual/Tasks/replaceregexp.html.
它具有几乎相同的用法语法,但接受正则表达式作为匹配字符串。