AddRegular Expressions for Delphi
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



TRegExpr is a powerfull tool for template-based checking of
user input string fields (DBMS, web-based applications, etc),
text search/substitution, egrep like utils and so on.

You can easily check e-mail adress syntax, extract phone number
or ZIP-code from unformatted text or any necessary information
from web-pages and all you can imagine!
Rules (templates) can be changed without program recompilation !

This freeware library is a extended Delphi-port of Henry Spencer
V8-routins for working with subset of Perl Regular Expressions.

Full source code in object pascal included. No DLL needed !

Help available in English, Russian, Bulgarian, German, French and Spanish.

  • Category:
    Editors/Text
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    27 April, 2001 23:47
  • Views:
    22374
  • Downloads:
    18774
UsefulnessGood
DocumentationGood
Stability
ValueGood
Ease of UsePoor
Level of UseZero
1 people have rated this applicaton
Total AverageZero
 
You can submit your own rating, for this you must be logged in.
Files:
Related Downloads
RegexBuddy  - 12 July, 2004 - Jan Goyvaerts

Perfect companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Quickly test any regex on sample strings and files, preventing...

DIRegEx 4.6  - 14 April, 2008 - Ralf Junker

DIRegEx is the most advanced regular expression engine for Boland Delphi, both freeware and commercial. Perl and DFA matching algorithms are available. The syntax is Perl 5.8 compatible and includes Full substring capturing Named...

DIFileFinder 2.4  - 14 April, 2008 - Ralf Junker

DIFileFinder is a Delphi Component to search the file system for files or folders matching (or not matching!) particular attributes or name patterns. Pattern syntax includes standard wildcards and full regular expressions. DIFileFinder suports...

RTCalcExpress  - 27 October, 2003 - Alexandr Storozhko

Delphi component for calculating expressions, entered in Run-Time. For Delphi4, 5, 6, 7 and higher. Delivered with sources. The expressions can contain numbers, arithmetic ('+', '-', '*', '/') and logic ('=', '>', ' ', '>=', '<=', 'AND', 'OR')...

Line parser (Calculator)  - 18 August, 1998 - Dmitry M.Ivlev

Simple but powerful line parser allows calculate expressions. It understand C like expressions. Can be easy extended with consts and functions. The special degree numbers format allow use degree in expressions. Syntax example:...

Related Information
  • HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)
    Find the handle of the window using FindWindow or EnumWindows and use PostMessage(ProgramHandle, WM_CLOSE, 0, 0); I have not tried it, but it...
  • HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)
    Var Grep : String; Begin Grep := Copy('2000-46',6,2); End; The first parameter is a string or a dynamic array, the second is the index of...
  • HOW CAN I DEBUG DLL (2001-01-03 00:48:24)
    Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ? /Filip
  • USING DLLS (2001-01-03 23:47:50)
    Hi again Goober ... :o) Let's take NETAPI32.DLL as an example. This DLL is created by Microsoft and the explanation of its use is described in...
  • DOT ON SCREEN (2001-01-03 03:42:55)
    Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function COLORREF SetPixel( HDC hdc, // handle...
Related News
[ANN] paxCompiler, v2.0 - 27 May, 2008
New:

- Script-defined interface types.
- Code completion.
- Evaluation of expressions at run-time.

...
The 4th Release of Torry's CD-ROM & DVD - 25 September, 2001
What you could find on 4th Release of our CD-Edition?


All files placed on those CD-ROMs (DVD), will be placed on our site up...
ANN: LMD ElPack 5.0 for Win32 - 19 February, 2006
LMD ElPack 5 is a collection of more than 170 unicode enabled native VCL components for everyday work, that extend functionality of VCL controls,...
ANN: LMD ElPack 5.04 for Win32 (Delphi/C++Builder/BDS) - 25 July, 2006
Version 5.04 of LMD ElPack - the unicode enabled toolbox - is available now! The public LMD download area was updated with trials for...
ANN: LMD ElPack 5.06 for Win32 (Delphi/C++Builder/BDS) - 17 November, 2006
Version 5.06 of LMD ElPack - the unicode enabled toolbox - is available now! The public LMD download area was updated with trials for...
Categories

Latest Forum Entries