Home  >  Article  >  Backend Development  >  php正则,该怎么解决

php正则,该怎么解决

WBOY
WBOYOriginal
2016-06-13 13:21:33709browse

php正则






asdasdasasdasdasdasda





写个php正则 我想要 中间的数据。

------解决方案--------------------
preg_match('/(.*?)/is',$s,$m);
echo $m[1];
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn