commit 2025-10-09 12:50 edit a bit ZCppMain/ZtCStringStd.H
This commit is contained in:
@ -312,14 +312,8 @@ namespace ZNsMain
|
|||||||
VO_CPosCList, APC_Replace, AL_Replace, AL_Search
|
VO_CPosCList, APC_Replace, AL_Replace, AL_Search
|
||||||
);
|
);
|
||||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||||
}/*
|
}
|
||||||
ZtCStringStd& Replace ///////////////////////////////////////////////////////
|
/*#########################################################################*/
|
||||||
(
|
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
|
||||||
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
|
||||||
)
|
|
||||||
###########################################################################*/
|
|
||||||
|
|
||||||
|
|
||||||
ZtCStringStd& Replace /*///////////////////////////////////////////////////*/
|
ZtCStringStd& Replace /*///////////////////////////////////////////////////*/
|
||||||
(
|
(
|
||||||
@ -328,12 +322,8 @@ namespace ZNsMain
|
|||||||
/*#########################################################################*/
|
/*#########################################################################*/
|
||||||
{
|
{
|
||||||
return Replace(APC_Search, APC_Replace, ZftLength(APC_Search), ZftLength(APC_Replace), AL_Offset);
|
return Replace(APC_Search, APC_Replace, ZftLength(APC_Search), ZftLength(APC_Replace), AL_Offset);
|
||||||
}/*
|
}
|
||||||
ZtCStringStd& Replace ///////////////////////////////////////////////////////
|
/*#########################################################################*/
|
||||||
(
|
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
|
||||||
)
|
|
||||||
###########################################################################*/
|
|
||||||
|
|
||||||
|
|
||||||
ZtCStringStd& operator()(ZtCStringStd& rhs)
|
ZtCStringStd& operator()(ZtCStringStd& rhs)
|
||||||
|
Reference in New Issue
Block a user