mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Added Replace()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@360 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
CString AsUpper() const;
|
||||
CString AsLower() const;
|
||||
|
||||
static unsigned int Replace(CString& sStr, const CString& sReplace, const CString& sWith);
|
||||
unsigned int Replace(const CString& sReplace, const CString& sWith);
|
||||
CString Token(unsigned int uPos, bool bRest = false, char cSep = ' ') const;
|
||||
CString Ellipsize(unsigned int uLen) const;
|
||||
CString Left(unsigned int uCount) const;
|
||||
|
||||
Reference in New Issue
Block a user