ref: 1c11729fff3d5d0c1689df73cd0bd8f58dd322d4 dir: /test/regex-capture.myr/
use "testmatch.use" const main = { testmatch("A(.*)", "Abc") testmatch("A(.*)e", "Abcde") testmatch("A(b(.*)d)e", "Abcde") }