utils.cpp File Reference
Go to the source code of this file.
Namespaces | |
| iv | |
Functions | |
| size_t | iv::utf8_size (std::string const &val) |
| size_t | iv::utf8_size (const char *) |
| ** More... | |
| bool | iv::utf8_is_first_byte (char) |
| If char is a last byte in an utf8 character. More... | |
| void | iv::string_explode (std::string const &s, char delim, std::vector< std::string > &result) |
| std::string | iv::string_trim (std::string const &s) |
| std::string | iv::string_ltrim (std::string const &s) |
| std::string | iv::string_rtrim (std::string const &s) |

