Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied already in r54308).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
@anchor wxRE_FLAGS
|
||||
|
||||
Flags for regex compilation to be used with Compile().
|
||||
Flags for regex compilation to be used with wxRegEx::Compile().
|
||||
*/
|
||||
enum
|
||||
{
|
||||
@@ -42,9 +42,9 @@ enum
|
||||
/**
|
||||
@anchor wxRE_NOT_FLAGS
|
||||
|
||||
Flags for regex matching to be used with Matches().
|
||||
Flags for regex matching to be used with wxRegEx::Matches().
|
||||
These flags are mainly useful when doing several matches in a long string
|
||||
to prevent erroneous matches for <EFBFBD><EFBFBD><EFBFBD><EFBFBD> and <EFBFBD><EFBFBD>$<24><>:
|
||||
to prevent erroneous matches for '^' and '$':
|
||||
*/
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user