Files
hugo/docs/content/en/functions/urls/PathEscape.md
T
Bjørn Erik Pedersen 30a20122b7 Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82'
# Conflicts:
#	docs/data/docs.yaml
2026-02-14 12:14:33 +01:00

549 B

title, description, categories, keywords, params
title description categories keywords params
urls.PathEscape Returns the given string, replacing all percent-encoded sequences with the corresponding unescaped characters.
functions_and_methods
returnType signatures
string
urls.PathEscape INPUT

{{< new-in v0.153.0 />}}

The urls.PathEscape function does the inverse transformation of urls.PathUnescape.

{{ urls.PathEscape "A/b/c?d=é&f=g+h" }} → A%2Fb%2Fc%3Fd=%C3%A9&f=g+h