divvun/gut

^ in regex does not work

Closed this issue · 1 comments

-r '^lang-' does not match anything, -r 'lang-' does.

$ works fine: gut status -o giellalt -r "lang-...$" yelds the expected output.