With the simple use of a regular expression to find out if a string contains Chinese, Japanese or Korean (aka CJK) characters.
https://gist.github.com/cyrilchandelier/26bb28a80eb3f9571e06
With the simple use of a regular expression to find out if a string contains Chinese, Japanese or Korean (aka CJK) characters.
https://gist.github.com/cyrilchandelier/26bb28a80eb3f9571e06
Well done! thanks.