• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/config/messengerchat.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsConfigMessengerChat
  • Вызов: MessengerChat::checkUrl
static function checkUrl($url) : bool
{
	return
		is_string($url) &&
		preg_match('/^((https://)|(http://)){1}[a-z0-9]+([-.]{1}[a-z0-9]+)*.[a-z]{2,6}$/i',$url);
}