hyTags
HomeHome DocumentationDocumentation

url-to-string

Converts a URL to a string representation
Parameter
Type
Description
self
Url
The URL to convert
return
string
The string representation of the URL
Test Case:Convert URL to string
    <div></div>
    
    <url-from-string string="https://example.com/path">
    <url-to-string>
    <assert-equal value="https://example.com/path" type="string">
    
    👆 Try to change something!
  • Test succeeded Test failed