DIRegEx 8.11.0 for Delphi 10.3 Rio Cracked

DIRegEx 8.11.0 for Delphi 10.3 Rio Cracked

DIRegEx 8.11.0  for Delphi 10.3 Rio Cracked
DIRegEx 8.11.0 for Delphi 10.3 Rio Cracked


DIRegEx is a library of components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl for Delphi (Embarcadero / CodeGear / Borland).

DIRegEx offers two regular expression algorithms with their corresponding wrapper classes for easy usage:

TDIPerlRegEx implements a matching algorithm with the same syntax and semantics as Perl. Consider this the standard algorithm which you are used to from Perl and j@vascript. It is very fast and supports the complete pattern syntax. You will very likely be using it most of the time.

TDIDfaRegEx implements the DFA matching algorithm. Considerer this as a special purpose algorithm. If finds all possible matches and in particular, it finds the longest. It never needs to backtrack and supports partial matching much better, even for very long subject strings in several pieces.

Both classes descend from a common ancestor TDIRegEx which implements the complete functionality for working with regular expressions, regardless of which algorithm is currently in effect:

Matching and extraction of matches / substrings from the source text.
Searching for regular expressions within streams and memory buffers. To search within streams or files (of virtually unlimited size), use one of the specially optimized TDIRegExSearchStream class descendents.
Replacements on full and partial matches / substrings.
Listing of full and partial matches / substrings.
Formatting of matches.

DIRegEx 8.11.0 – 8 Oct 2019

    JIT compiler update.
    Improve DIUtils.pas Unicode processing to support Unicode Code Points from $000000 to $10FFFF. Adjust remaining source code accordingly.
    Update DIUtils Unicode functions to Unicode 12.1.0.
    Remove DI.inc include file. Directly link in DICompilers.inc instead.
    Remove support for the DI_No_RegEx_Component compiler directive. TDIRegEx always descend from TComponent. Source code only.
    Remove support for the DI_No_Classes compiler directive. The Classes unit is always used. Source code only.



Home:
http://www.yunqa.de/delphi/doku.php/products/regex/index


Only for V.I.P
Warning! You are not allowed to view this text.