![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <list>#include <sstream>#include <string>#include "Array.h"#include "Matrix.h"#include "base-list.h"#include "str-vec.h"

Go to the source code of this file.
Classes | |
| class | regexp::match_data |
| class | regexp::match_element |
| class | regexp::opts |
| class | regexp |
Functions | |
| bool | is_regexp_match (const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") |
| Array< bool > | is_regexp_match (const std::string &pat, const string_vector &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") |
| regexp::match_data | regexp_match (const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") |
| std::string | regexp_replace (const std::string &pat, const std::string &buffer, const std::string &replacement, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp") |
|
inline |
Definition at line 256 of file lo-regexp.h.
References regexp::is_match().
Referenced by name_matches_any_pattern().
|
inline |
Definition at line 267 of file lo-regexp.h.
References regexp::is_match().
|
inline |
|
inline |
Definition at line 278 of file lo-regexp.h.
References regexp::replace().
Referenced by octregexprep().
1.8.1.2