<?php $video_id = '12345-67890?feature=share';$video_id = preg_replace('/\?.*$/i', '', $video_id);var_dump($video_id);
Standard input is empty
string(11) "12345-67890"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!