What regular expression engine does Nginx use?

What regular expression engine does Nginx use? There are a lot of possibilities. More to the point, what flavor of syntax does it support, that is, what syntax features can I make use of?


Solution 1:

Nginx uses the PCRE library. The compile-time options list has some notes on this.