npm.io
3.0.0 • Published 4 years ago

ncname

Licence
MIT
Version
3.0.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
12

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

Keywords