GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
regexp Member List

This is the complete list of members for regexp, including all inherited members.

compile(const std::string &pat, const regexp::opts &opt=regexp::opts())regexpinline
is_match(const std::string &buffer) constregexp
is_match(const string_vector &buffer) constregexp
is_match(const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp")regexpinlinestatic
is_match(const std::string &pat, const string_vector &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp")regexpinlinestatic
match(const std::string &buffer) constregexp
match(const std::string &pat, const std::string &buffer, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp")regexpinlinestatic
operator=(const regexp &rx)=defaultregexp
regexp(const std::string &pat="", const regexp::opts &opt=regexp::opts(), const std::string &w="regexp")regexpinline
regexp(const regexp &)=defaultregexp
replace(const std::string &buffer, const std::string &replacement) constregexp
replace(const std::string &pat, const std::string &buffer, const std::string &replacement, const regexp::opts &opt=regexp::opts(), const std::string &who="regexp")regexpinlinestatic
~regexp()regexpinline