如何在php字符串中找到这种模式?

时间:2017-03-06 22:29:15

标签: php regex search

如何在php字符串中查找和提取下一个模式,我只需要在"sources":[.......]之间提取内容,内容是可变的,

"more":[{.....}], 
"sources": [
{"file":"url1","label":"360p","default":"true"},
{"file":"url2","label":"480p"},
{"file":"url3","label":"720p"},
{"file":"url4","label":"1080p HD"}
], 
"morestuff":[{......}]

这是一个字符串对象,来自外部页面的废弃标签使用simple_html_dom.php,所以当我对这个数据进行var_dump结果是字符串时,这就是为什么我认为带有php的正则表达式可以帮助我找到这些值

0 个答案:

没有答案