X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/regex.h diff --git a/interface/wx/regex.h b/interface/wx/regex.h index b1cb87505b..42f79e508b 100644 --- a/interface/wx/regex.h +++ b/interface/wx/regex.h @@ -2,7 +2,6 @@ // Name: regex.h // Purpose: interface of wxRegEx // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -163,7 +162,7 @@ public: 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().