http://www.perlmonks.org?node_id=1079750


in reply to Regex letter order matching

/[A-Za-z_-]+\d{1,3}[lt]\d[bcfmrtw]{2,}\d+/

Will match the "cb" case but not the "b". Do you see why?