ncname

3.0.0 • Public • Published

ncname

Regular expression for matching XML NCName

Install

npm install ncname

Usage

import ncname from 'ncname';

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

ncname.test('$unicorn');
//=> false

Package Sidebar

Install

npm i ncname

Weekly Downloads

105,413

Version

3.0.0

License

MIT

Unpacked Size

2.6 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus