Materials for 10.03.2018 » Page 3 » Developer.Team

YuPcre2 1.8.0 D7-XE10.2

YuPcre2 1.8.0 D7-XE10.2
YuPcre2 1.8.0 D7-XE10.2


YuPcre2 is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternative DFA algorithm:

The Perl algorithm is what you are used to from Perl and j@vascript. It is fast and supports the complete pattern syntax. You will likely be using it most of the time.
DFA is a special purpose algorithm. If finds all possible matches and, in particular, it finds the longest. It never backtracks and supports partial matching better, in particular multi-segment matching of very long subject strings.
Read more

DISQLite3 Pro 5.23.0 D4-XE10.2

DISQLite3 Pro 5.23.0 D4-XE10.2
DISQLite3 Pro 5.23.0 D4-XE10.2


DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland).

Overview
ACID transactions, even after system crashes and power failures.
Zero-configuration – no setup or administration needed.
Implements most of SQL-92.
A complete database is stored in a single disk file.
Read more