一个只取字符串后的数字的正则表达式

 

 

 <?php

 $s = "硬蛋网-15329018170";
 preg_match('/\d*$/',$s,$res);
 //print ($res[0]);
 
 echo $res[0];
?> 

posted on 2015-10-27 16:14  时光-你懂我  阅读(1818)  评论(0编辑  收藏  举报