Answers for "how to check if link is present in database regex"

PHP
1

php check if string contains url

preg_match('/(http|ftp|mailto)/', $string, $matches);
var_dump($matches);
Posted by: Guest on August-28-2020

Code answers related to "how to check if link is present in database regex"

Browse Popular Code Answers by Language