<div></div>
<url-from-string string="https://example.com:8080/path"> <url-delete component="port"> <url-to-string> <assert-equal value="https://example.com/path" type="string">
<div></div>
<url-from-string string="https://example.com/path#section"> <url-delete component="anchor"> <url-to-string> <assert-equal value="https://example.com/path" type="string">