<?php $text = '__This_is__ a __test__';preg_match_all('/__(?:(?!__).)+__/', $text, $matches);print_r($matches);
Standard input is empty
Array ( [0] => Array ( [0] => __This_is__ [1] => __test__ ) )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!