4 个稳定版本
1.0.3 | 2021 年 8 月 2 日 |
---|---|
1.0.2 | 2021 年 7 月 23 日 |
20 in #whether
4KB
is_chinese
检测字符串是否全部为中文
示例
use is_chinese;
assert!(is_chinese::is_chinese("中国"));
assert!(!is_chinese::is_chinese("ss"));
许可证
MIT
lib.rs
:
is_chinese
检测字符串是否全部为中文
示例
use is_chinese;
assert!(is_chinese::is_chinese("中国"));
assert!(!is_chinese::is_chinese("ss"));