| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Functions | |
| std::string | makeLower (const std::string &s) |
| returns lower case version of s | |
| std::string | removePrefix (const std::string &str, const std::string &pre) |
| returns str with pre removed - if pre is not fully matched, str is returned unchanged | |
| bool | parseArgs (const std::string &input, std::vector< std::string > &args, std::vector< unsigned int > &offsets) |
| parses the input string into an arg list, with corresponding offsets of each arg in the original input | |
|
|
returns lower case version of s
Definition at line 6 of file string_util.cc. |
|
||||||||||||||||
|
parses the input string into an arg list, with corresponding offsets of each arg in the original input
Definition at line 20 of file string_util.cc. |
|
||||||||||||
|
returns str with pre removed - if pre is not fully matched, str is returned unchanged
Definition at line 14 of file string_util.cc. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:58:52 2003 by Doxygen 1.3.4 |