JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2858
  • Score
    100M100P100Q150066F
  • License MIT

Regular expression for matching non-ASCII characters

Package Exports

  • non-ascii

Readme

non-ascii

Regular expression for matching non-ASCII characters

Install

$ npm install non-ascii

Usage

import nonAscii from 'non-ascii';

nonAscii.test('hællæ');
//=> true

nonAscii.test('unicorn');
//=> false