Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Decode HTML character entities in a string with their regular Unicode characters
ResourceFunction["DecodeHTMLCharacterEntities"][string] decodes the HTML character entities in the given string. |
Replace HTML character entities with Unicode characters:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
This function expects expects one argument and it must be a string. Anything else will give a Failure:
In[4]:= |
Out[4]= |
Wolfram Language 14.0 (January 2024) or above
This work is licensed under a Creative Commons Attribution 4.0 International License