acee956c6d
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 |
||
---|---|---|
.. | ||
makefile.bcc | ||
makefile.gcc | ||
Makefile.in | ||
makefile.vc | ||
makefile.wat | ||
README.txt | ||
regextest.bkl | ||
regextest.cpp | ||
regextest.dsp |
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).