preg_replace()具有src,height和width的可变顺序

时间:2015-10-04 15:20:11

标签: php regex preg-replace

我对正则表达式很糟糕,所以我希望有人可以提供帮助!我正在尝试查找与任何YouTube嵌入文档中的任何iframe并替换它们,例如以下任何一种:

<iframe src="http://youtube.com" width="100" height="200"></iframe>
<iframe src='http://youtube.com' width="100" height="200"></iframe>
<iframe width="100" src='http://youtube.com' width="100"></iframe>
etc.

请注意,可能有双引号,单引号,srcheightwidth属性的顺序可能会有所不同等等。任何人都可以提供帮助!

1 个答案:

答案 0 :(得分:0)

试试这个:

$.Data.Classified

https://regex101.com/r/fF4vA6/6