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