DIPcre is an advanced regular expression engine for Delphi 4/5/6/7 that is Perl 5 compatible. It features two regular expression controls (TDIPcreEdit and TDIPc) and is designed for powerful pattern matching.

One of the standout features of DIPcre is its Perl 5-compatible syntax, which offers support for substring capturing, case-sensitive and insensitive matching, greedy and non-greedy repetition quantifiers, backtracking, assertions, and much more.
In addition to its regular expression engine, DIPcre also includes two handy edits - TDIPcreEdit and TDIPcreComboBox - which offer validation against regular expression patterns. They're similar to Delphi's TMaskEdit, but with more power and flexibility.
Behind the scenes, DIPcre uses *.obj files that have been compiled from the PCRE C-library. These can be easily incorporated into your exe, and are actually the same files used by Borland's C++ Builder.
All in all, DIPcre is a robust and versatile tool that offers unparalleled power and performance for Delphi developers working with regular expressions. Whether you're using it for personal or commercial purposes, you'll find it to be an indispensable addition to your toolkit.
Version 2.xx: N/A