Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Created March 18, 2018 07:35
Show Gist options
  • Save a1exlism/2f2bb3aba3364f636369c259dd2f8b16 to your computer and use it in GitHub Desktop.
Save a1exlism/2f2bb3aba3364f636369c259dd2f8b16 to your computer and use it in GitHub Desktop.
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