module test import StdEnv import Regex import Data.Maybe Start = map (match rgx) ["hello", "abc"] where (Just rgx) = toRegex 0 "^a[[:alnum:]]"