Regular expression for parsing an
author
string into an object following npm conventions.
This the regex used by parse-authors.
Related
Install
npm
Install withnpm i author-regex --save
bower
Install withbower install author-regex --save
Tests
Run
npm test
Usage
var re = ; { return ;}console;
Returns:
'Jon Schlinkert <foo@bar.com> (https://github.com/jonschlinkert)' 'Jon Schlinkert' 'foo@bar.com' 'https://github.com/jonschlinkert' index: 0 input: 'Jon Schlinkert <foo@bar.com> (https://github.com/jonschlinkert)'
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on September 29, 2014.