Add wxRegEx::ConvertFromBasic() helper
This will be used to implement support for BREs using PCRE which doesn't support them directly in the upcoming commits.
This commit is contained in:
@@ -276,5 +276,15 @@ public:
|
||||
@since 3.1.3
|
||||
*/
|
||||
static wxString QuoteMeta(const wxString& str);
|
||||
|
||||
/**
|
||||
Converts a basic regular expression to an extended regex syntax.
|
||||
|
||||
This function can be used to convert @a bre using deprecated wxRE_BASIC
|
||||
syntax to default (extended) syntax.
|
||||
|
||||
@since 3.1.6
|
||||
*/
|
||||
static wxString ConvertFromBasic(const wxString& bre);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user