ref: 363389e2b3fc56ad52922dc1903ca96129a3f5ed dir: /main.myr/
use regex use std const main = { regex.compile("a+") /* var re var found found = regex.exec(re, "aaa") std.put("Found: len = %z\n", re.strp, found) */ }