Examples

<mapper type="regexp" from="^(.*)\.conf\.xml" to="\1.php"/>

The mapper as above will do the following mappings:

Table 195. Result of mapping

From To
test.txt ignore, test.txt
./foo/bar/test.conf.xml ./foo/bar/test.php
someconf.conf.xml someconf.php