Skip to content

Instantly share code, notes, and snippets.

@KrotovRoman
Created December 6, 2018 05:00
Show Gist options
  • Select an option

  • Save KrotovRoman/b9539068a300c93baecfaf7d02ad7fb1 to your computer and use it in GitHub Desktop.

Select an option

Save KrotovRoman/b9539068a300c93baecfaf7d02ad7fb1 to your computer and use it in GitHub Desktop.
проверить является ли строка URL
if (filter_var($data_text, FILTER_VALIDATE_URL) === FALSE) {
echo "no";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment