From 58ea61a19cb9bd0f6c600ebbb643e209fdf9d7cb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 21 Mar 2016 19:31:24 +0100 Subject: Matching works --- test.icl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test.icl (limited to 'test.icl') diff --git a/test.icl b/test.icl new file mode 100644 index 0000000..5346aca --- /dev/null +++ b/test.icl @@ -0,0 +1,10 @@ +module test + +import StdEnv +import Regex +import StdMaybe + +Start = (match rgx "123a123", toString rgx) +where + (Just rgx) = toRegex Regex_CASELESS "[a-z]\\d+" + -- cgit v1.2.3