Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 9, 2022
1 parent 66507f1 commit bb6d5c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
RegExp Example
===

[![CI](https://github.com/jaywcjlove/regexp-example/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/regexp-example/actions/workflows/ci.yml)

正则表达式实例搜集,通过实例来学习正则表达式。本仓库实例搜集整理来自于[**《一些正则表达式随记》**](https://github.com/jaywcjlove/handbook/blob/master/Javascript/%E4%B8%80%E4%BA%9B%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%9A%8F%E8%AE%B0.md),通过一个单独仓库专门整理这些正则实例,提供一个[**实例网站**](https://jaywcjlove.github.io/regexp-example),方便正则实例验证和查询。也方便[**添加**](https://github.com/jaywcjlove/regexp-example/issues/new?labels=new&assignees=jaywcjlove&title=%E6%B7%BB%E5%8A%A0%E6%96%B0%E5%AE%9E%E4%BE%8B%EF%BC%9A)新的正则实例大家共同维护。

[表达式全集](#表达式全集) · [Example](#example) · [工具推荐](#工具推荐) · [国内镜像站点🇨🇳](https://jaywcjlove.gitee.io/regexp-example) · [Gitee](https://gitee.com/jaywcjlove/regexp-example) · [License](#license)
Expand Down Expand Up @@ -577,6 +579,16 @@ E.g: `G2868`, `D22`, `D9`, `Z5`, `Z24`, `Z17`
- [Expressions APP](https://www.apptorium.com/expressions) 正则表达式应用 for Mac
- [regexlearn.com](https://github.com/aykutkardas/regexlearn.com) 一步一步地学习正则,从零到高级。

## Contributors

As always, thanks to our amazing contributors!

<a href="https://github.com/jaywcjlove/regexp-example/graphs/contributors">
<img src="https://jaywcjlove.github.io/regexp-example/CONTRIBUTORS.svg" />
</a>

Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).

## License

Licensed under the MIT License.

0 comments on commit bb6d5c3

Please sign in to comment.