Demoji

A lightweight and snappy crate to remove emojis from a string.

Overview

This crate allows for removal of emojis given a String, and that's it!

This crate aims to be:

Examples

rust // Remove all emojis from this string let demojified_string = demoji(String::from("⚑helβœ…πŸ™‚loπŸ™‚")) // Output: `hello`

What does the name mean?

Well, you could interpret it as demolish-emoji or de-emoji 😁.