Closed GoogleCodeExporter closed 9 years ago
Hi Tri
This is not a bug. ibefore and iafter do not work with regex correct. You can
use the regex to do what you want simply by using position="replace" and a
capture group around your original search and using $1 or the appropriate group
number followed by your new code
<operation>
<search position="replace"><![CDATA[/(regex-here)/]]></search>
<add><![CDATA[$1new-code-here]]></add>
</operation>
Original comment by DJG6...@gmail.com
on 17 Sep 2013 at 4:03
Original issue reported on code.google.com by
tri...@gmail.com
on 17 Sep 2013 at 3:22