What regular expression engine does Nginx use?

2019-03-08 16:53发布

问题:

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?

回答1:

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



标签: regex nginx