I need to check if a string contains chinese characters.
After searching i found that i have to look with the regex on this pattern \u31C0-\u31EF
,
But i don't manage to get the regex work.
Anyone experienced with this situation ? is the regex correct ?