I want transform a string that it is slugified in another string that it is the equivalent in human readable?
I take the parametesr from an url:
bookmark/10/disco%20asdasd
So I have the nome that is "disco%20asdasd". But in this way it not confrontable so I need to convert "disco%20asdasd" in "disco asdasd" that is the operation opposite to slugify. Anyone can help me?