Changeset 763 in dev for trunk/ab5.0/jenga/include/common
- Timestamp:
- Nov 6, 2008, 10:22:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/include/common/String.h
r747 r763 9 9 bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr ); 10 10 11 std::string& StringReplace( std::string& str, const std::string sb, const std::stringsa );11 std::string& StringReplace( std::string& str, const std::string &sb, const std::string &sa ); 12 12 13 13 std::string ToString( int n );
Note:
See TracChangeset
for help on using the changeset viewer.