Skip to content

Instantly share code, notes, and snippets.

View ekenberg's full-sized avatar

Johan Ekenberg ekenberg

  • Göteborg, Sweden
View GitHub Profile
@arnisjuraga
arnisjuraga / HTML_UnEncode.sql
Created February 13, 2020 14:08
Convert HTML entities to HTML code in MySQL
/*
Function converts encoded HTML entities back to HTML tags in pure MySQL
-- Original method: https://stackoverflow.com/a/41460016/1720476
-- @Balmiopour comment added https://stackoverflow.com/questions/3678980/is-there-a-mysql-function-to-decode-html-entities#comment71742861_41460016
Version history: