How to Search and Replace using Regular Expression with Arithmetic Evaluation? February 10, 2017 php, programming languages, regex No Comments Let’s consider this XML data, and you want to add an offset to all Z coordinate. <data> <point> <x> 1 </x> <y> 2 </y> <z> 3 </z> </point> <point> … [Continue Reading...]