http://www.ant-tasks.com/
Apache Ant Archive
»
Ant Users List
»
Ant Developers List
replaceregex
replaceregex
2007-06-14 - By Erica Ramsey
Reply: 1
2
3
4
5
6
7
8
9
hello, will the following example replace everything between '#example ' and
'#end example.*' ? I am trying to strip the following from a file;
#example -- do not remove this line!
test1 #comment
test2
$
test3 #another comment
.
#end example -- do not remove this line!
everything between '#example' and '#end example.*' must be stripped out.
here is my expression:
<replaceregex pattern="#example(\n.)+#end example.*" replace="" flags="g" />
Thanks!
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.