<mapper type="glob" from="*txt" to="*txt.bak"/>
Applying the mapper, you will get the following results from the following
filenames:
Table 193. Result of mapping
From |
To |
test.txt |
test.txt.bak |
./foo/bar/test.txt |
./foo/bar/test.txt.bak |
mytxt |
mytxt.bak |
SomeClass.php |
ignored , SomeClass.php
|