const reg = '(https?://)?([da-z.-]+).([a-z.]{2,6})[/w .-]*/?'; this.form = fb.group({ url: ['', [Validators.required, Validators.pattern(reg)]]})