Reputation: 566
As the Title suggests, I need javascript/jQuery that helps me to check if the string contains all Chinese Characters or Ends with a Chinese Character.
Any help is appreciated.
Upvotes: 0
Views: 921
Reputation: 2169
i would try to do it like this:
your_string.charCodeAt(i)
Upvotes: 1