in reply to Re: Matching elements in a array
in thread Matching elements in a array

Actually, I just realized that if you do go this route you can avoid needing to match twice: <code> my @tag_regexes = map { qr/<($_) ?^>*>/ } qw/kt bold ital ch\d/