From dc2a83f712f49996c9e490a09570b36cccc7fb19 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 4 Jul 2016 17:32:55 +0800 Subject: [PATCH] +added "string manipulation module" wiki ref to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2be91d5..643f379 100755 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ The [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) includes most o * [Customize an importer](https://github.com/paladin-t/my_basic/wiki/Customize-an-importer) * [More scripting APIs](https://github.com/paladin-t/my_basic/wiki/More-scripting-APIs) * [String matching module](https://github.com/paladin-t/my_basic/wiki/String-matching-module) + * [String manipulation module](https://github.com/paladin-t/my_basic/wiki/String-manipulation-module) * [File module](https://github.com/paladin-t/my_basic/wiki/File-module) * [Bit operation module](https://github.com/paladin-t/my_basic/wiki/Bit-operation-module) * [Miscellaneous module](https://github.com/paladin-t/my_basic/wiki/Miscellaneous-module)