#include <ixlib_re.hh>
Inheritance diagram for ixion::regex_string::
Public Methods | |
regex_string () | |
regex_string (std::string const &str) | |
regex_string (char const *s) | |
void | parse (std::string const &expr) |
std::string | replaceAll (std::string const &candidate, std::string const &replacement, TIndex from=0) |
Backref numbering starts at \0.
ReplaceAll does not set the MatchIndex/MatchGlobal members.
What is there is compatible with perl5. (See man perlre or http://www.cpan.org/doc/manual/html/pod/perlre.html) However, not everything is there. Here's what's missing:
as well as all the stuff involving perl code, naturally. None of these is actually hard to hack in. If you want them, pester me or try for yourself (and submit patches!)
Definition at line 418 of file ixlib_re.hh.
|
Definition at line 470 of file ixlib_re.hh. |
|
Definition at line 472 of file ixlib_re.hh. |
|
Definition at line 475 of file ixlib_re.hh. |
|
Referenced by regex_string(). |
|
|