<?php $re = "/[^-]*-/"; $text = "1235-text1-text2-a1-780-c-text3"; $result = preg_replace($re, "", $text, 1);print_r($result);
Standard input is empty
text1-text2-a1-780-c-text3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!