Versions history
1.2.5
- Added: Option asoRegExMLine for multiline search. "MLINE" define removed.
1.2.4 (10 oct 2008)
- Added: Delphi 2009 compat.
- Added: Multiline regex search (coDotAll) disabled, "MLINE" define.
1.2.2 (17 Jan 2008):
- Added: FindNext method has additional AFindPrevious parameter to find previous match.
- Fixed: Wrong search result on (AStartPos > 0).
1.2.0 (17 Dec 2007):
- Changed: TATStreamSearchEncoding type changed to TATEncoding, declared in ATxCodepages.pas.
TATEncoding type is more universal, and allows to easily add custom encodings.
All encodings ids are changed.
- Added: Many encodings added to TATEncoding type.
1.1.2 (27 Jun 2007):
- Fixed: Under MBCS locale demo could show AV - ATBinHex component fixed for this.
- Added: Note about searching under MBCS locale in the help.
1.1.1 (04 Apr 2007):
- Changed: Update for DIRegEx 4.1 final.
1.1.0 (28 Mar 2007):
- Changed: License updated to MPL 1.1.
- Changed: Update for DIRegEx 4.1 beta.
- Changed: Ids aseUTF16LE/aseUTF16BE renamed to aseUnicodeLE/aseUnicodeBE.
- Added: Additional regex check is performed when "Whole Words" option is specified.
1.0.1 (17 Mar 2007):
- Added: If regex is invalid, the special exception is raised on FindFirst call.
- Added: "Usage notes" topic in the help file.
1.0.0 (16 Mar 2007):