<?php preg_replace_callback('/{(\w+)_([\w\-]+)(.([\w\-]+)){0,}}/', function($arr) { print_r($arr); }, "{lead_hehehhe.asd}");
Standard input is empty
Array ( [0] => {lead_hehehhe.asd} [1] => lead [2] => hehehhe [3] => .asd [4] => asd )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!