#include <StringManipulator.hpp>
Inheritance diagram for Ionflux::Tools::StringReplace:
Public Member Functions | |
StringReplace () | |
Constructor. | |
virtual | ~StringReplace () |
Destructor. | |
virtual std::string | process (const std::string &bytes, std::vector< std::string > *args=0) |
Process bytes. | |
virtual std::string | getName () |
Get name. | |
Static Public Attributes | |
static const std::string | STRINGMANIP_NAME = "replace" |
Name of this string manipulator. |
replace(s, r)
s - Substring to be replaced.
r - Replacement string.
|
Constructor.
|
|
Destructor.
|
|
Get name.
Implements Ionflux::Tools::StringManipulator. |
|
Process bytes. Processes a byte string and returns the result.
Implements Ionflux::Tools::StringManipulator. |
|
Name of this string manipulator.
|