From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/regexptester/regexptester.doc | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 examples/regexptester/regexptester.doc (limited to 'examples/regexptester/regexptester.doc') diff --git a/examples/regexptester/regexptester.doc b/examples/regexptester/regexptester.doc new file mode 100644 index 0000000..81f7cb4 --- /dev/null +++ b/examples/regexptester/regexptester.doc @@ -0,0 +1,35 @@ +/*! + \page regexptester-example.html + + \ingroup examples + + \title A Small Application for Testing Regular Expressions + + Regular expressions can sometimes be tricky to get right, + especially those that use the * quantifier. This application lets + you type in a regexp (without doubling the backslashes) and some + test text, and to execute the regexp and see the results. If you + click the Copy button the regexp will be copied to the clipboard + (with the backslashes doubled, ready for you to paste into your + program). Previous regexps and test texts are remembered + throughout the session and can be accessed by dropping down the + comboboxes. + +
+ + Header file: + + \include regexptester/regexptester.h + +
+ + Implementation: + + \include regexptester/regexptester.cpp + +
+ + Main: + + \include regexptester/main.cpp +*/ -- cgit v1.2.3