xj qian
2024-06-27 b8e6a7bb37d04f1e974e231a5caffc1854cf7f41
jrj/xframe/wobject/xstring.hpp
@@ -87,7 +87,8 @@
   xstring rtrim();
   bool isNumber();
   xstring replace(wchar_t* from, wchar_t* to, int pos);
   xstring replace(const wchar_t* from, const wchar_t* to);
   xstring replace(const wchar_t* from, const wchar_t* to, int pos);
};
xstring operator +(const wchar_t* lhs, const xstring& rhs);