小编use*_*181的帖子

根据不存在的空间分割乌尔都语单词

I have a Urdu word "\xd9\x84\xd8\xa7\xd8\xb9\xd9\x84\xd9\x85" and more similar words. How can I split the word that I get "\xd9\x84\xd8\xa7" and "\xd8\xb9\xd9\x84\xd9\x85" separately in an array? I have tried converting the words to unicode characters, but I can,t detect the break between "\xd9\x84\xd8\xa7" and "\xd8\xb9\xd9\x84\xd9\x85".

\n\n

English words can be easily separated based on spaces, but I am stuck on separating Urdu words, where there are no spaces.

\n

c# regex urdu

5
推荐指数
1
解决办法
1416
查看次数

标签 统计

c# ×1

regex ×1

urdu ×1