PHP 移除文本中的URL地址
程序员文章站
2022-06-06 19:22:24
...
PHP 移除文本中的URL地址
$string = preg_replace('/\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|$!:,.;]*[A-Z0-9+&@#\/%=~_|$]/i', '', $string);