1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00
Files
gitlit/app/node_modules/author-regex/index.js
2018-05-22 08:34:57 +02:00

14 lines
281 B
JavaScript

/*!
* author-regex <https://github.com/jonschlinkert/author-regex>
*
* Copyright (c) 2014, 2017, Jon Schlinkert.
* Released under the MIT License.
*/
'use strict';
module.exports = function() {
return /^\s*([^<(]*?)\s*([<(]([^>)]*?)[>)])?\s*([<(]([^>)]*?)[>)])*\s*$/;
};