-4

" ** दुनिया की सबसे बेस्ट कंपनी * the zzzz is best company in world "

I have remove/replace Hindi Font in String in mvc c# with regex .

plz Help Me . .

kyrylomyr
  • 12,192
  • 8
  • 52
  • 79
  • Possible dupliacate of http://stackoverflow.com/questions/9523814/what-are-the-unicode-ranges-for-hindi-accented-characters – RononDex Jan 07 '14 at 09:10

1 Answers1

2

Try:

\p{IsDevanagari}

See it working here (characters are replaced with X).

Alex Filipovici
  • 31,789
  • 6
  • 54
  • 78