I’m getting a response from an API that formats URLs like: http:\/\/domain.com\/. How do I make them normal URLs?
I’m getting a response from an API that formats URLs like: http:\/\/domain.com\/ . How
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply do:
There isn’t anything built-in, but leaving it as an exercise for you to turn this into a custom template filter. The docs are pretty good.