first commit
This commit is contained in:
28
build/node_modules/ncname/readme.md
generated
vendored
Normal file
28
build/node_modules/ncname/readme.md
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# ncname [](https://travis-ci.org/sindresorhus/ncname)
|
||||
|
||||
> Regular expression for matching [XML NCName](http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-NCName)
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
$ npm install --save ncname
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
var ncname = require('ncname');
|
||||
|
||||
ncname.test('hællæ');
|
||||
//=> true
|
||||
|
||||
ncname.test('$unicorn');
|
||||
//=> false
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
||||
Reference in New Issue
Block a user