跳到主文
部落格全站分類:數位生活
<?php
$string = "abc1234";
preg_match('/(\d+)/', $string, $matches );
echo $matches[0];
?>
拉不拉多的夢幻世界
yuanann 發表在 痞客邦 留言(0) 人氣()
留言列表