Skip to content

sindresorhus/ncname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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