Skip to content

Commit 9b0cb41

Browse files
author
tunnckoCore
committed
add related section
1 parent debe9db commit 9b0cb41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ mentionsRegex(true).exec('foo @bar.com baz')[1];
4242
```
4343

4444

45+
## Related
46+
- [abbrev-kindof](https://github.com/tunnckoCore/abbrev-kindof#readme): `kind-of` with single letter abbreviations to javascript native types, like `kindof(val, 'soa')` will return true if `val` is string, object or array.
47+
- [copyright-regex](https://github.com/regexps/copyright-regex): Regex for matching and parsing copyright statements.
48+
- [dirname-regex](https://github.com/regexps/dirname-regex): Regular expression for matching the directory part of a file path.
49+
- [glob-path-regex](https://github.com/regexps/glob-path-regex): Regular expression for matching the parts of glob pattern.
50+
- [regexify](https://github.com/hemanth/regexify): Regex everything!
51+
52+
53+
4554
## Author
4655
**Charlike Mike Reagent**
4756
+ [gratipay/tunnckoCore][author-gratipay]

0 commit comments

Comments
 (0)