2
0
Эх сурвалжийг харах

Merge pull request #123 from nglthach/master

Update for TRegExpr
Fr0sT-Brutal 5 жил өмнө
parent
commit
6703fd647b
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -742,8 +742,7 @@ This awesome collection is also available on [Delphi.ZEEF.com](https://delphi.ze
 
 ## Other non-visual
 
-* [TRegExpr](https://github.com/ashumkin/RegExpr). `[Delphi]` Easy to use and powerful tool for sophisticated search and substitutioning and for template-based text input check.
-// *Abandoned since 2004 but unlike stock RAD Studio implementation doesn't use PCRE obj files that add dependency on msvcrt.dll*
+* [TRegExpr](https://github.com/andgineer/TRegExpr). `[Delphi]` `[FPC]` Regular expressions engine in pure Object Pascal.
 
 * [FLRE](https://github.com/BeRo1985/flre). `[Delphi]` `[FPC]` FLRE ( F ast L ight R egular E xpressions) is a fast, safe and efficient regular expression library, which is implemented in Object Pascal (Delphi and Free Pascal) but which is even usable from other languages like C/C++ and so on.