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


in reply to Variable length lookbehind not implemented in regex

Why does it need to be a look-behind? Why not capture up to the last underscore, do a lookahead for _Flags or _Info, and then continue capturing?