<?php$string = "some <_tag_> here";$string = preg_replace('~<_.+?_>~', '', $string);echo $string;?>
Standard input is empty
some here
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!