如何在 dart 中检索字符的 unicode 类别?
在Python中有一个unicode库来获取有关字符类别的信息。
https://docs.python.org/3/library/unicodedata .html?#unicodedata.category
示例:https://stackoverflow.com/a/48060112/579689
是否有类似的方法来检索 unicode 字符的类别信息镖?
In python there is a unicode library to get information about the category of a character.
https://docs.python.org/3/library/unicodedata.html?#unicodedata.category
Example: https://stackoverflow.com/a/48060112/579689
Is there a similar method to retrieve the category information of a unicode character in dart?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以获得有限数量的信息。
输出:
It is possible to obtain a limited amount of information.
Output: