|
wxMaxima
|
The find+replace dialog. More...
#include <RegexSearch.h>
Data Structures | |
| class | Match |
Public Member Functions | |
| RegexSearch (const wxString ®ex) | |
| Match | FindNext (const wxString &string, std::size_t start) |
| Match | FindNext_Reverse (const wxString &string, std::size_t start) |
| Match | Replace (wxString *string, std::size_t start, const wxString &replacement) |
| Match | Replace_Reverse (wxString *string, std::size_t start, const wxString &replacement) |
The find+replace dialog.