I just wanted to replace several but not all .bmp textures with jpegs. Started editing the .xml file. Wait! Too tired to type, lets quickly write a regex: Find {"gamedata\\levels\\level02\\textures\\}{.*}{bmp"} and replace with \1\2jpg". Result:
Doh! I would have typed a lot for this doing it manually.