#include <string>
#include <tchar.h>
#include "xplCore.h"
Namespaces | |
| namespace | xpl |
Functions | |
| uint32 | StringReadLine (string const &_str, uint32 const _start, string *_pLine) |
| Reads a line of text from a string. | |
| bool | StringSplit (string const &_source, char const _delim, string *_pLeftStr, string *_pRightStr) |
| Splits a string into two pieces. | |
| string | StringTrim (string const &_str) |
| Removes whitespace from around the string. | |
| string | StringToLower (string const &_str) |
| Converts a string to all lower case. | |
| string | StringToUpper (string const &_str) |
| Converts a string to all upper case. | |
| string | StringFromFloat (float _f, uint32 _places, bool _bTrim=false) |
| Converts a float to a string. | |
1.5.1-p1