WebTools

HTML decode

Decodes HTML entities (e.g. &, <,  ) back to plain characters. Use when displaying stored HTML in a safe way or when processing user input that may contain entities. Prevents double-encoding and restores quotes, angle brackets, and special symbols.

Submits