/[projects]/smsdaemon/util.h
ViewVC logotype

Diff of /smsdaemon/util.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by torben, Mon Jun 9 18:15:53 2008 UTC revision 38 by torben, Tue Jun 10 20:25:15 2008 UTC
# Line 12  namespace Util Line 12  namespace Util
12  {  {
13          std::vector<std::string> str_split(std::string input, std::string delimiter);          std::vector<std::string> str_split(std::string input, std::string delimiter);
14          void str_dump(const std::string& str);          void str_dump(const std::string& str);
15          void str_clean(std::string* str, std::string search, std::string replace = "");  
16            std::string str_replace(std::string str, std::string search, std::string replace = "");
17            std::string str_striptags(std::string str);
18            std::string str_trim(std::string str);
19    
20            std::string str_characters(std::string str);
21    
22          std::string readUrl(std::string url, std::string tempfile);          std::string readUrl(std::string url, std::string tempfile);
23    

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.20