]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / regex.h
index c414b9f47f729547b8cd4da5eadc615e3cc4e079..42f79e508b17b3e663c1e86d0a87db3d0f4886eb 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        regex.h
 // Purpose:     interface of wxRegEx
 // Author:      wxWidgets team
 // Name:        regex.h
 // Purpose:     interface of wxRegEx
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -163,7 +162,7 @@ public:
     wxString  GetMatch(const wxString& text, size_t index = 0) const;
 
     /**
     wxString  GetMatch(const wxString& text, size_t index = 0) const;
 
     /**
-        Returns the size of the array of matches, i.e. the number of bracketed
+        Returns the size of the array of matches, i.e.\ the number of bracketed
         subexpressions plus one for the expression itself, or 0 on error.
 
         May only be called after successful call to Compile().
         subexpressions plus one for the expression itself, or 0 on error.
 
         May only be called after successful call to Compile().