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


in reply to Re^2: Slow Regex - How to Optimize
in thread Slow Regex - How to Optimize

Oh, and don't forget that [^a-zA-Z] matches "(" and that C identifiers can have digits and underscores...
_foo2bar((4),2);