Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 283 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 283 Bytes

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