| Current Path : /var/www/homesaver/www/bitrix/js/ui/text-editor/src/helpers/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/text-editor/src/helpers/validate-image-url.js |
export function validateImageUrl(url: string): boolean
{
return /^(http:|https:|ftp:|blob:|\/)/i.test(url);
}