Skip to content

Commit dcb5119

Browse files
committed
Add releated projects to readme
1 parent 618e722 commit dcb5119

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Only match an exact string. Useful with `RegExp#test()` to check if a string is
4848
- [bitcoin-regex](https://github.com/kevva/bitcoin-regex) - ethereum-regex was inspired by this project by [kevva](https://github.com/kevva).
4949
- [ip-regex](https://github.com/sindresorhus/ip-regex) - most of the documentation format has been adapted from this project by [sindresorhus](https://github.com/sindresorhus).
5050

51+
## Related
52+
53+
- [litecoin-regex](https://github.com/k4m4/litecoin-regex) - Regular expression for matching Litecoin (LTC) addresses.
54+
- [bitcoincash-regex](https://github.com/k4m4/bitcoincash-regex) - Regular expression for matching Bitcoin Cash (BCH) addresses.
55+
- [dash-regex](https://github.com/k4m4/dash-regex) - Regular expression for matching Dash addresses.
56+
- [dogecoin-regex](https://github.com/k4m4/dogecoin-regex) - Regular expression for matching Dogecoin (DOGE) addresses.
5157

5258
## License
5359

0 commit comments

Comments
 (0)