commit 2025-10-08 23:58 edit a bit ZCppMain/ZtCStringStd.H
This commit is contained in:
@ -247,7 +247,7 @@ namespace ZNsMain
|
|||||||
|
|
||||||
return *this;
|
return *this;
|
||||||
}/*
|
}/*
|
||||||
template<typename TPosList> ZtCStringStd& ReplaceByPosList ///////////////////
|
template<typename TPosList> ZtCStringStd& ReplaceByPosList //////////////////
|
||||||
(
|
(
|
||||||
TPosList& AR_CPosList ,
|
TPosList& AR_CPosList ,
|
||||||
TypeCPChar APC_Replace ,
|
TypeCPChar APC_Replace ,
|
||||||
@ -262,7 +262,7 @@ namespace ZNsMain
|
|||||||
public :
|
public :
|
||||||
|
|
||||||
|
|
||||||
ZtCStringStd& Replace /*////////////////////////////////////////////////////*/
|
ZtCStringStd& Replace /*///////////////////////////////////////////////////*/
|
||||||
(
|
(
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
||||||
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
||||||
@ -285,7 +285,7 @@ namespace ZNsMain
|
|||||||
);
|
);
|
||||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||||
}/*
|
}/*
|
||||||
ZtCStringStd& Replace ////////////////////////////////////////////////////////
|
ZtCStringStd& Replace ///////////////////////////////////////////////////////
|
||||||
(
|
(
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
||||||
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
||||||
@ -293,7 +293,7 @@ namespace ZNsMain
|
|||||||
###########################################################################*/
|
###########################################################################*/
|
||||||
|
|
||||||
|
|
||||||
ZtCStringStd& Replace /*////////////////////////////////////////////////////*/
|
ZtCStringStd& Replace /*///////////////////////////////////////////////////*/
|
||||||
(
|
(
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
||||||
)
|
)
|
||||||
@ -301,7 +301,7 @@ 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 ////////////////////////////////////////////////////////
|
ZtCStringStd& Replace ///////////////////////////////////////////////////////
|
||||||
(
|
(
|
||||||
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user