DecodeHtmlEntities
decodeHtmlEntities
Decodes an HTML-encoded string and returns the decoded string.
SyntaxdecodeHtmlEntities(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(decodeHtmlEntities("Tết đến rồi"));//Tết đến rồi
print(decodeHtmlEntities("a < b");
//a < bAvailabilityVersion 5.4