| Crates.io | demoji |
| lib.rs | demoji |
| version | 0.0.3 |
| created_at | 2021-11-09 11:26:34.699155+00 |
| updated_at | 2021-11-10 04:15:07.466478+00 |
| description | Remove all emojis from a string. |
| homepage | |
| repository | https://github.com/XtremeDevX/demoji |
| max_upload_size | |
| id | 478831 |
| size | 3,661 |
A lightweight and snappy crate to remove emojis from a string.
This crate allows for removal of emojis given a string, and that's it!
This crate aims to be:
// Remove all emojis from this string
let demojified_string = demoji("β‘helβ
πloπ")
assert_eq!(demojified_string, String::from("hello"));
Well, you could interpret it as demolish-emoji or de-emoji π.