#include <string>
#include <deque>
Include dependency graph for BStringUtils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| std::string | strip (const std::string &str, bool asciiOnly=false) |
| std::deque< std::string > | split (const std::string &str, const std::string &separator) |
| std::string | toUpper (const std::string &str) |
| std::string | toLower (const std::string &str) |
| std::string | format (const std::string &fmt,...) |
| bool | startsWith (const std::string &str, const std::string &prefix) |
| bool | endsWith (const std::string &str, const std::string &suffix) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3-rc3