Created
March 18, 2018 07:35
-
-
Save a1exlism/2f2bb3aba3364f636369c259dd2f8b16 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let str = 'Hello World 你好'; | |
str.match(/[\u0256-\uffff]/g) | |
// (2) ["你", "好"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment