Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

replaceregexp Question

Z W

2008-02-19

Replies:

Author LoginPost Reply
Hi

My understanding is that 1 replacement is possible with replaceregexp.
Eg. below

<replaceregexp file="${app}/install_data"

match="fix"

replace="sunfix"

byline="true"/>

Question:

Can <replaceregexp> allow multiple matches and replacements in a
single <replaceregexp>,
instead of one match at a time ?

thanks
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.