From ab64e2765fe56bae902303667303bc44db09a238 Mon Sep 17 00:00:00 2001 From: jangwon-neocode <49043994+jangwon-neocode@users.noreply.github.com> Date: Thu, 28 Mar 2019 15:27:28 -0700 Subject: [PATCH] Update README.md The filemaker source code is so removed from original c code that it might as well be considered its own thing (no classes. char arrays, enums, etc). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5defb38..abcaeb8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # NeoCode-tiny-regex -An incomplete port of [tiny-regex-c](https://github.com/kokke/tiny-regex-c) to native FileMaker custom functions +An incomplete regex implementation on native FileMaker custom functions ### Supported regex-operators The following features / regex-operators are supported by this library.