Closed
Description
I've realized that there's an oversight in the regex used for the chained matchvar. At the time of implementation, I incorrectly set the range as written, but it should actually be A-Za-z to accurately capture the intended pattern.
I think the rx is working as expected just because the "-" between the two ranges is interpreted as literal hyphen. Am I wrong?
I'm going to assign this to me as a reminder for opening a PR to fix this.