2 | import public Text.Matcher
3 | import public Text.Regex.Interface
4 | import public Text.Regex.Naive
5 | import public Text.Regex.Parser.ERE
9 | public export %defaulthint
10 | DefaultRegex : Regex RegExp
11 | DefaultRegex = Naive
13 | public export %defaulthint
14 | DefaultTextMatcher : TextMatcher RegExp
15 | DefaultTextMatcher = Naive