| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
string_util Namespace ReferenceDetailed Descriptionsome common string processing functions, for std::string
Function Documentation
returns lower case version of s
Definition at line 10 of file string_util.cc. Referenced by EchoBehavior::intersect(), EchoBehavior::processEvent(), and ControlBase::takeInput().
returns upper case version of s
Definition at line 18 of file string_util.cc. Referenced by WalkCalibration::setupReady().
returns str with pre removed - if pre is not fully matched, str is returned unchanged
Definition at line 26 of file string_util.cc.
replaces ~USER prefix with specified user's home directory, or ~ prefix with current HOME environment setting; returns str if no valid expansion is found
Definition at line 32 of file string_util.cc.
removes whitespace (as defined by isspace()) from the beginning and end of str, and returns the result
Definition at line 58 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 70 of file string_util.cc. Referenced by EchoBehavior::processEvent(), ControlBase::takeInput(), and Controller::takeLine().
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:24 2006 by Doxygen 1.4.7 |