Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用于正则表达式的阿拉伯-印度数字(印度教-阿拉伯)数字 utf8 从 0 到 9 的范围是多少:
在正则表达式中使用。
U+06F0–U+06F9。在检查 Unicode 代码点图表或字符映射时可以很容易地看到。
终于我找到了答案
仅适用于数字:\x{0660}-\x{0669}
对于数字和字母:\x{0600}-\x{06ff}
Unicode 4.0 / ISO 10646 平面 0
谢谢大家。