parse-author-name

1.0.3 • Public • Published

parse-author-name

NPM version Bower version Build Status Coverage Status devDependency Status

Parse the name of contact info like name <mail> (url)

let info = 'Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://github.com/shinnn)';
parseAuthorName(info); //=> 'Shinnosuke Watanabe'

Installation

Package managers

npm

npm install parse-author-name

Bower

bower install parse-author-name

Duo

const parseAuthorName = require('shinnn/parse-author-name.js');

Standalone

Download the script file directly.

API

parseAuthorName(string)

string: String
Return: String

parseAuthorName('foo <bar> (baz)'); //=> 'foo'
parseAuthorName('<foo> (bar)'); //=> ''

Credit

This project is a fork of somebody authored by Sindre Sorhus. Thanks, sindresorhus.

Licenses

somebody

MIT © Sindre Sorhus

parse-author-name

Copyright (c) 2014 - 2015 Shinnosuke Watanabe

Licensed under the MIT License.

Dependents (1)

Package Sidebar

Install

npm i parse-author-name

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • shinnn