#include "defs.h"
#include <ctype.h>
#include <string>
Include dependency graph for string_util.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Functions | |
MYSQLPP_EXPORT void | str_to_upr (std::string &s) |
Changes case of string to upper. | |
MYSQLPP_EXPORT void | str_to_lwr (std::string &s) |
Changes case of string to lower. | |
MYSQLPP_EXPORT void | strip_all_blanks (std::string &s) |
Removes all blanks. | |
MYSQLPP_EXPORT void | strip_all_non_num (std::string &s) |
Removes all non-numerics. |