parse_url

Parses a URL into a full URL.

Example

1
{{ 'example.com' | parse_url }} => https://example.com

Input

Type Parameter Description Required
string input The URL to parse. Comes before the | sign. Required

Output

Type Description
string The full URL