<?php $str = "http://www.v2ex.com/t/167269#reply42"; $pattern = "/(.+)\/t\/(\d+)(.+)/i"; preg_match($pattern,$str,$matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.