Introduction :
I have a expression
{{ track.title }}
it contains one word or more than one word.
i.e
xyz
or xyz abc
This track.title
is then used in a URL.
http://www.example.com/{{ track.title }}
Problem :
this url is working fine with one word in track.title
but it will break with more than one words.
So, I want to know is there any way to encode the url so that it will not break while sharing.
Any immediate help will be highly appreciable. Thanks