3.0.0 • Published 3 years ago

ncname v3.0.0

Weekly downloads
174,745
License
MIT
Repository
github
Last release
3 years ago

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