zh_cn_utils

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zh cn utils

A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style
license.
Usage #
A simple usage example:
import 'package:zh_cn_utils/zh_cn_utils.dart';

void main() {
print(ZhCnUtils.isCnZnChar('好'));
var zhCnUtils = ZhCnUtils('你好,Light Hello,亮');
print(zhCnUtils.isAllChZnInStr());
print(zhCnUtils.isHaveChZnInStr());
print(zhCnUtils.getLenIsZhCnInStr());
print(zhCnUtils.getLenInStrByZhCn());
print(zhCnUtils.getLenInStrByNotZhCn());
print(zhCnUtils.getZhCnList());
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.