EvilZone

Programming and Scripting => Other => : Kulverstukas November 24, 2011, 10:45:27 PM

: TPerlRegex test tool
: Kulverstukas November 24, 2011, 10:45:27 PM
I am developing an application which uses Regular expressions and I'm in a need to constantly test regex's I make so I thought that the most reliable way to see what is going on is to make a tool that uses the same library. This is how the tool was created.

TPerlRegex is the best Regex library for Delphi. Easy to use, it's fast and powerful. Basically it's a wrapper for PCRE 7.9.

For the application's exception handling thrown from the TPerlRegex I only made one catch block to remove the sound and still display the original message. Exception messaged are informative enough by themselves so I didn't bother re-writing them.

Little usage note: put your text into file called "source.txt" where this application is and the text will be loaded when program starts. Leave empty otherwise.

Compiled EXE: RegexTesterProj.exe (http://newage.ql.lt/projects/delphi/RegexTester/RegexTesterProj.exe)
Project source: RegexTester.zip (http://newage.ql.lt/projects/delphi/RegexTester/RegexTester.zip)
TPerlRegex that I am using: TPerlRegEx.zip (http://newage.ql.lt/projects/delphi/RegexTester/TPerlRegEx.zip)

Official website for TPerlRegex is: http://www.regular-expressions.info/delphi.html (scroll down)

(http://newage.ql.lt/projects/delphi/RegexTester/RegexTester.png)
: Re: TPerlRegex test tool
: PublicEnemy November 25, 2011, 11:41:16 AM
http://gskinner.com/RegExr <- love
: Re: TPerlRegex test tool
: Kulverstukas November 25, 2011, 11:50:03 AM
And what kind of engine does that website use?
: Re: TPerlRegex test tool
: ande November 26, 2011, 07:49:36 PM
You are all wrong. This is my love: http://myregextester.com/
: Re: TPerlRegex test tool
: bubzuru November 27, 2011, 01:25:13 AM
http://gskinner.com/RegExr <- love

NICE , i like it