#include <string>
Go to the source code of this file.
Functions | |
std::string | changeExtension (std::string const &to_change, std::string const &new_ext) |
String extension change utility. | |
std::string | operator * (std::string const &to_multiply, unsigned multiplier) |
bool | endsWith (std::string const &test_string, std::string const &ending) |
std::string | upperCase (std::string const &to_convert) |
Copyright (c) 2004, Thomas Guest. All rights reserved.
|
String extension change utility.
changeExtension("section", ".txt") --> "section.txt" |
|
|
|
|
|
|