3个版本
0.0.3 | 2021年11月10日 |
---|---|
0.0.2 | 2021年11月10日 |
0.0.1 | 2021年11月9日 |
1513 在 文本处理 中排名
每月 下载 25 次
4KB
表情符号去除工具
一个轻量级的库,用于从字符串中去除表情符号。
概述
此库允许从字符串中去除表情符号,仅此而已!
此库旨在成为
- 快速
- 轻量级
- 易于使用
示例
// Remove all emojis from this string
let demojified_string = demoji("⚡hel✅🙂lo🙂")
assert_eq!(demojified_string, String::from("hello"));
名字的含义是什么?
嗯,你可以把它理解为 demolish-emoji
或 de-emoji
😁。
lib.rs
:
一个轻量级的库,用于从字符串中去除表情符号。
概述
此库允许从 String
中去除表情符号,仅此而已!
此库旨在成为
- 快速
- 轻量级
- 易于使用
示例
// Remove all emojis from this string
let demojified_string = demoji("⚡hel✅🙂lo🙂");
assert_eq!(demojified_string, String::from("hello"));
依赖
~2.1–3MB
~53K SLoC