From e450a041e7aea6963083bc0413f2caa8efdbd057 Mon Sep 17 00:00:00 2001 From: water-spray <2751465787@qq.com> Date: Fri, 19 Aug 2022 15:35:43 +0800 Subject: [PATCH] [soundex] water-spray<2751465787@qq.com> Signed-off-by: water-spray <2751465787@qq.com> --- newlibs/soundex-code.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 newlibs/soundex-code.md diff --git a/newlibs/soundex-code.md b/newlibs/soundex-code.md new file mode 100644 index 0000000..4584fd1 --- /dev/null +++ b/newlibs/soundex-code.md @@ -0,0 +1,11 @@ +### 工具库 + +|三方组件名称|描述|sample地址| +|:---:|:---:|:---:| +| [soundex](https://github.com/words/soundex-code) | 规则引擎 | + + + + + + -- Gitee