ref: 2a91805ad7f1a901eae822c58f40e74558bf8ec0 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) */ }