*/
static parse(value: string, _strict: boolean = false): URI {
if (!match) {
return new Uri(_empty, _empty, _empty, _empty, _empty);
}
match[2] || _empty,
percentDecode(match[4] || _empty),
percentDecode(match[5] || _empty),
percentDecode(match[7] || _empty),
percentDecode(match[9] || _empty),
_strict
);
}
/**