[Google][Регулярные выражения] RE2
Почти PCRE библиотека от гугла под BSD-style лицензией: RE2: a principled approach to regular expression matching
Для Ъ:
... we've built a new regular expression engine, called RE2, which is based on automata theory and guarantees that searches complete in linear time with respect to the size of the input and in a fixed amount of stack space.