unescape
Modified on Wed, 05 Apr 2023
Use this function to convert the HTML entities to their corresponding characters.
Syntax
unescape(input text)
Returns
Return Value | Description |
---|---|
Text | Return the HTML entities to their corresponding characters |
Sample
unescape("I'm learning JavaScript & HTML!"): Returns output as "I'm learning JavaScript & HTML!"
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article