论坛


2009年10月3日 星期六

.Net-style Regular Expression Library for Delphi 2009 (v1.0)

CodeGear| CodeGear-CodeCentral Delphi |08:43:27

This library emulates the .Net classes in the System.Text.RegularExpressions namespace. It uses PCRE (Perl Compatible Regular Expressions) as the backend to perform the regular expression matching. The library does not depend on a DLL so you do no...