http://qs321.pair.com?node_id=402608


in reply to Re: Regex help
in thread Regex help

That would match B4๖:
m/B(?:3[89]|4\d)/ and print for "B4\x{E56}"
With the arrival of Unicode, it's wrong to use \d if you mean [0-9].