Difference between revisions of "RegEx Testbed plugin"

From Code::Blocks
(Created page with "Category:Code::Blocks Contrib {{Infobox_Plugin| name = RegExTestbed | logo = File:Generic-plugin.png | developer = Yiannis Mandravellos | maintainer = | version...")
 
m (Formatting.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Code::Blocks Contrib]]
+
[[Category:Code::Blocks Contrib Plugins]]
 
{{Infobox_Plugin|
 
{{Infobox_Plugin|
 
   name = RegExTestbed |
 
   name = RegExTestbed |
Line 8: Line 8:
 
}}
 
}}
  
[http://en.wikipedia.org/wiki/Regular_expression 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 [http://docs.wxwidgets.org/trunk/overview_resyntax.html#overview_resyntax_syntax wxWidgets documentation] for details on how to form a regular expression.
+
[[wikipedia:Regular expression|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 [http://docs.wxwidgets.org/trunk/overview_resyntax.html#overview_resyntax_syntax wxWidgets documentation] for details on how to form a regular expression.

Latest revision as of 22:35, 2 May 2012

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.