pub fn zalgo_decode(encoded: &str) -> Result<String, Utf8Error>
Expand description

Takes in a string that was encoded by zalgo_encode and decodes it back into an ASCII string.

Example

assert_eq!(zalgo_decode("É̺͇͌͏").unwrap(), "Zalgo");