huanggang 03a863fb53 add node_modules 7 gadi atpakaļ
..
index.js 03a863fb53 add node_modules 7 gadi atpakaļ
package.json 03a863fb53 add node_modules 7 gadi atpakaļ
readme.md 03a863fb53 add node_modules 7 gadi atpakaļ

readme.md

ncname Build Status

Regular expression for matching XML NCName

Install

$ npm install --save ncname

Usage

var ncname = require('ncname');

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

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

License

MIT © Sindre Sorhus