HTML Encoder
Safely transmit and store blocks of HTML by encoding the tags into a string. Conversely, decode HTML encoded strings into useable HTML.
Safely transmit and store blocks of HTML by encoding the tags into a string. Conversely, decode HTML encoded strings into useable HTML.
Convert an encoded URL/URI into a decoded string, and vice versa - useful for transmitting across the wire, or safely storing into a database.
Generate UUIDs (GUIDs in .NET) to uniquely identify your data, for example in unit tests.
Remove letters, numbers, special characters or whitespace from a block of text.
Add or remove backslash escape characters from a block of JSON
Change text case to upper, lower, or upper case the first letter of each word.
Paste a block of text and find out many words and characters it contains.