commit 2025-10-09 13:03 edit a bit ZCppMain/ZtCStringEx.H
This commit is contained in:
@ -2099,16 +2099,14 @@ namespace ZNsMain
|
|||||||
|
|
||||||
ZCStringBase& Replace /*////////////////////////////////////////////////////*/
|
ZCStringBase& Replace /*////////////////////////////////////////////////////*/
|
||||||
(
|
(
|
||||||
const ZCStringBase& AR_CStrSearch ,
|
const TypeThis& AR_Search, const TypeThis& AR_Replace, TypeLength AL_StartPos=0
|
||||||
const ZCStringBase& AR_CStrReplace,
|
|
||||||
TypeLength AL_StartPos=0
|
|
||||||
)
|
)
|
||||||
/*##########################################################################*/
|
/*##########################################################################*/
|
||||||
{
|
{
|
||||||
return Replace /////////////////////////////////////
|
return Replace /////////////////////////////////////
|
||||||
(
|
(
|
||||||
AR_CStrSearch. data(), AR_CStrReplace.data(),
|
AR_Search. data(), AR_Replace.data(),
|
||||||
AR_CStrSearch. size(), AR_CStrReplace.size(), AL_StartPos
|
AR_Search. size(), AR_Replace.size(), AL_StartPos
|
||||||
);
|
);
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user