Find url from string with php

前端 未结 3 1684
野性不改
野性不改 2020-12-09 21:34

following code is used to find url from a string with php. Here is the code:

$string = \"Hello http://www.bytes.com world www.yahoo.com\";
preg_match(\'/(htt         


        
3条回答
提交回复
热议问题