Hmm, another idea about regexes. i would like use regex definitions in menu prefixes. anything like using
menu $ ^@test.*$ {
test:echo -a testing
}
instead of
menu @test* {
test:echo -a testing
}
the $ that marks that the match is regex can be -r or anything else