static box Main { main() { local r = new RegexBox() r.compile("a+") return r.isMatch("caaab") } }