replace any url's within a string of text, to clickable links with php

前端 未结 2 1164
野性不改
野性不改 2020-12-05 21:20

Say i have a string of text such as

$text = \"Hello world, be sure to visit http://whatever.com today\";

how can i (probably using regex) i

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