|
2 | 2 | <br>
|
3 | 3 | <a href="https://github.com/npranto/regexer"><img src="./src/assets/images/R-logo.png" alt="Regexer" width="300"></a>
|
4 | 4 | <br>
|
5 |
| - Regexer |
| 5 | + <strong>Regexer</strong> |
6 | 6 | <br>
|
7 | 7 | </h1>
|
8 | 8 |
|
| 9 | +[](https://nodei.co/npm/nsp-regexer/) |
| 10 | + |
9 | 11 | [](https://circleci.com/gh/npranto/regexer)
|
| 12 | + |
| 13 | + |
10 | 14 | [](https://github.com/npranto/regexer/issues)
|
| 15 | +[](http://commitizen.github.io/cz-cli/) |
11 | 16 | [](https://github.com/npranto/regexer/blob/master/LICENSE)
|
| 17 | + |
| 18 | + |
12 | 19 | <h4 align="left">
|
13 | 20 | A simple and convenient library of functions that leverages regular expressions while hiding its complexity of implementation
|
14 | 21 | </h4>
|
@@ -69,12 +76,14 @@ $ npm install --save nsp-regexer
|
69 | 76 | ```js
|
70 | 77 | // ES5
|
71 | 78 | const regexer = require('nsp-regexer');
|
| 79 | + |
72 | 80 | console. log( regexer. isEmail( '[email protected]') ) // true
|
73 | 81 | console.log( regexer.isLowerCase('KEVIN') ) // false
|
74 | 82 | ```
|
75 | 83 | ```js
|
76 | 84 | // ES6+
|
77 | 85 | import { isVowel, isNegativeNumber } from 'nsp-regexer';
|
| 86 | + |
78 | 87 | console.log( isVowel('b') ) // false
|
79 | 88 | console.log( isNegativeNumber(-50.67) ) // true
|
80 | 89 | ```
|
@@ -103,6 +112,10 @@ Source code makes use of several open source packages, a few keys ones include..
|
103 | 112 |
|
104 | 113 | [MIT](https://tldrlegal.com/license/mit-license)
|
105 | 114 |
|
106 |
| -## Authors |
| 115 | +## Contributors |
107 | 116 |
|
108 |
| -* **Nazmuz Shakib Pranto** [[GitHub](https://github.com/npranto) | [LinkedIn](https://www.linkedin.com/in/npranto/)] |
| 117 | +<div> |
| 118 | +<a href="https://github.com/npranto"> |
| 119 | +<img src="https://avatars2.githubusercontent.com/u/13524077?v=4" alt="Nazmuz Shakib pranto" width="50" style="border-radius:50%" /> |
| 120 | +</a> |
| 121 | +</div> |
0 commit comments