youtube preg_replace pattern
페이지 정보
작성자 MintState 댓글 0건 조회 7,273회 작성일 17-02-22 16:11본문
youtube preg_replace pattern
$youtube_pattern1 = "/\s*[a-zA-Z\/\/:\.]*youtube.com\/watch\?v=([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i"; $youtube_pattern2 = "/\s*[a-zA-Z\/\/:\.]*youtu.be\/([a-zA-Z0-9\-_]+)([a-zA-Z0-9\/\*\-\_\?\&\;\%\=\.]*)/i"; $youtube_pattern3 = '/(?:https?:\/\/)?(?:www\.)?youtu(?:\.be|be\.com)\/(?:watch\?v=)?([\w-]{10,})/m'; $str = preg_replace($youtube_pattern3, '<div><iframe style="width:100%;min-height:190px;" src="https://www.youtube.com/embed/$1" frameborder="0" allowfullscreen></iframe><br /><a class="autolink"" href="https://www.youtube.com/watch?v=$1\">https://www.youtube.com/watch?v=$1</a></div>', " ".$str);
|
댓글목록
등록된 댓글이 없습니다.