Encode URL Filter
The Encode URL filter encodes the input text in a format suitable for using in an URL according to the rules of RFC 1738.
| input | output |
|---|---|
| name=John Doe | name=John%20Doe |
| name=Joél&age=>10&email=info@pth.com | Jo%C3%A9l&age=%3E10&email=info@pth.com |