aboutsummaryrefslogtreecommitdiff
path: root/test.icl
blob: 5346aca54e89c74e8a6b2625e2f69e1fb6568537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module test

import StdEnv
import Regex
import StdMaybe

Start = (match rgx "123a123", toString rgx)
where
    (Just rgx) = toRegex Regex_CASELESS "[a-z]\\d+"