|
wxMaxima
|
Regular-expression search. More...
#include <WorksheetSearch.h>
Public Member Functions | |
| RegexMatcher (const wxString &pattern) | |
| bool | IsValid () const |
| False if the pattern did not compile; searching would find nothing. | |
| bool | Matches (wxString text) const override |
| Does this text contain a match? | |
| bool | FindInEditor (EditorCell *editor, bool down) const override |
| Search inside an editor, continuing that editor's previous search. | |
Regular-expression search.
|
overridevirtual |
Search inside an editor, continuing that editor's previous search.
Implements WorksheetSearch::Matcher.
|
overridevirtual |
Does this text contain a match?
Implements WorksheetSearch::Matcher.