string: add APPEND subcommand

This commit is contained in:
Daniel Pfeifer
2015-07-06 22:28:04 +02:00
committed by Brad King
parent 7e86f567ac
commit 2b18cdcaba
9 changed files with 107 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ protected:
bool HandleReplaceCommand(std::vector<std::string> const& args);
bool HandleLengthCommand(std::vector<std::string> const& args);
bool HandleSubstringCommand(std::vector<std::string> const& args);
bool HandleAppendCommand(std::vector<std::string> const& args);
bool HandleConcatCommand(std::vector<std::string> const& args);
bool HandleStripCommand(std::vector<std::string> const& args);
bool HandleRandomCommand(std::vector<std::string> const& args);