X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8ebb70d6c40f5ba8db6c24a6537cc65ac48ccd6..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/regex.h diff --git a/interface/wx/regex.h b/interface/wx/regex.h index c414b9f47f..42f79e508b 100644 --- a/interface/wx/regex.h +++ b/interface/wx/regex.h @@ -2,8 +2,7 @@ // 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; /** - 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().