X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8ebb70d6c40f5ba8db6c24a6537cc65ac48ccd6..0ecd03525b34edba886ca83ff724265cd912dbbd:/interface/wx/regex.h diff --git a/interface/wx/regex.h b/interface/wx/regex.h index c414b9f47f..cfba7bf245 100644 --- a/interface/wx/regex.h +++ b/interface/wx/regex.h @@ -3,7 +3,7 @@ // Purpose: interface of wxRegEx // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -163,7 +163,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().