RegEx Testbed plugin

From Code::Blocks
Revision as of 20:48, 5 September 2011 by Alpha (talk | contribs) (Created page with "Category:Code::Blocks Contrib {{Infobox_Plugin| name = RegExTestbed | logo = File:Generic-plugin.png | developer = Yiannis Mandravellos | maintainer = | version...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
RegExTestbed
Generic-plugin.png
Developer(s): Yiannis Mandravellos
Maintainer(s):
Version: 0.2

Regular expressions enable advanced searching and parsing of strings, however, it can be tiresome to continually rebuild a project just to see if a small tweak allowed a regular expression to function properly. RegExTestbed provides a workspace in which to test out regular expressions instantaneously. See this wxWidgets documentation for details on how to form a regular expression.