0

I have a a Pattern (in C++, this pattern worked) :

(^[ A-Za-z0-9.!@#$%^&*()_+=-]+)\\w+

I want supported Persian character in this Pattern for use in C++ not C#

I try follow pattern but not worked :

[ آ-یA-Za-z0-9.!@#$%^&*()_+=-]
[ \u0600-\u06FF\uFB8A\u067E\u0686\u06AFA-Za-z0-9.!@#$%^&*()_+=-]
[ \u0621-\u064AA-Za-z0-9.!@#$%^&*()_+=-]

can you help me?

Joo
  • 142
  • 1
  • 10

0 Answers0