Perl Compatible Regular Expressions
From Wikipedia, the free encyclopedia
PCRE(英: Perl Compatible Regular Expressions)は、Perl 5 互換の正規表現をC言語で実装したライブラリである。BSDライセンスで配布されている[2]。 元は、メール転送エージェントの Exim のために書かれたものであったが[3]、現在では、Apache[4]、Postfix[5]、Nmap[6]、Safari[7]、Maildrop[8]などをはじめとした多数のソフトウェアに組み込まれている[3]。