]> git.saurik.com Git - wxWidgets.git/blob - samples/regextest/README.txt
f14754d21f6b29520e4228110a3e590109cc678a
[wxWidgets.git] / samples / regextest / README.txt
1 This sample tests regular expressions,
2 using a selection of libraries.
3
4 USAGE:
5
6 1.
7 Enter the regular expression pattern in
8 the Regular Expression field
9
10 2.
11 Enter the string you want to match against
12 in the String to Search field
13
14 3.
15 The Iterations field is the number of times
16 the match will be executed (if successful)
17 when performing the Match Time speed test.
18
19 4.
20 Select your options from the Options menu -
21 Most of them are documented in the wxRegEx
22 class docs in wxWindows.
23
24 Test Compile - Adds compile to the match time
25 speed test (i.e. it compiles and matches
26 the number of times that are specified
27 in the iterations field, otherwise
28 it just matches).