Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/text-editor/src/helpers/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/text-editor/src/helpers/validate-url.js

export function validateUrl(url: string): boolean
{
	return /^(http:|https:|mailto:|tel:|sms:)/i.test(url);
}