Quantcast
Channel: Delphi Forum - Delphi Programming Kings of Code - Delphi Components
Viewing all articles
Browse latest Browse all 1331

DIRegEx 8.7.0 D4-XE10.1

$
0
0
DIRegEx Advanced Perl compatible regular expression library with UTF-8 and UTF-16 string support. TStream search capabilities.

DIRegEx is a library of Delphi (Embarcadero / CodeGear / Borland) components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl 5.10, with just a few differences. This includes support for UTF-8 encoded strings and Unicode general category properties.

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 JavaScript. 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.


Website: You can't view the links! Click here to register

 

Viewing all articles
Browse latest Browse all 1331

Latest Images

Trending Articles



Latest Images