wxWidgets/samples/regextest
Ryan Norton acee956c6d Added -
1.
Owner drawn menu items (sort of)

2.
Match/Compile time


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-21 22:03:12 +00:00
..
makefile.bcc 1. 2003-12-20 13:08:29 +00:00
makefile.gcc 1. 2003-12-20 13:08:29 +00:00
Makefile.in 1. 2003-12-20 13:08:29 +00:00
makefile.vc 1. 2003-12-20 13:08:29 +00:00
makefile.wat 1. 2003-12-20 13:08:29 +00:00
README.txt Added - 2003-12-21 22:03:12 +00:00
regextest.bkl 1. 2003-12-20 13:08:29 +00:00
regextest.cpp Added - 2003-12-21 22:03:12 +00:00
regextest.dsp 1. 2003-12-20 13:08:29 +00:00

This sample tests regular expressions,
using a selection of libraries.

USAGE:

1.
Enter the regular expression pattern in
the Regular Expression field

2.
Enter the string you want to match against
in the String to Search field

3.  
The Iterations field is the number of times
the match will be executed (if successful)
when performing the Match Time speed test.

4.
Select your options from the Options menu -
Most of them are documented in the wxRegEx
class docs in wxWindows.

Test Compile/Match - Adds compile/match to the match time
speed test (i.e. it compiles and matches 
the number of times that are specified 
in the iterations field, otherwise
it just matches).