Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Last active March 9, 2024 09:02
Show Gist options
  • Save wmakeev/cf47baf0a9b6e4e4ca21acbfd6a17c02 to your computer and use it in GitHub Desktop.
Save wmakeev/cf47baf0a9b6e4e4ca21acbfd6a17c02 to your computer and use it in GitHub Desktop.
[unicode] #unicode #regex #space
// https://jkorpela.fi/chars/spaces.html
export const UNICODE_SPACES_REGEX =
/[\u00A0\u180E\u2000-\u200B\u202F\u205F\u3000\uFEFF]/gm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment