|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|

Go to the source code of this file.
Namespaces | |
| namespace | samurai |
Functions | |
| void | samurai::removeCharacters (char *dest, const char *source, const char *charsToRemove, size_t destSize) |
| void | samurai::toLower (char *dest, const char *source, size_t size) |
| void | samurai::toUpper (char *dest, const char *source, size_t size) |
| bool | samurai::findChar (const char *source, char c) |
| size_t | samurai::strlcpy (char *dst, const char *src, size_t size) |
| size_t | samurai::strlcpy (char *dst, std::string src, size_t size) |
| std::vector< std::string > | samurai::split (const char *source, char c) |