GNU Octave  8.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
compile_internal(void)regexpprivate
free(void)regexpprivate
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
m_coderegexpprivate
m_named_idxregexpprivate
m_named_patsregexpprivate
m_namesregexpprivate
m_optionsregexpprivate
m_patternregexpprivate
m_whoregexpprivate
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(void)regexpinline