commit 2025-10-08 07:31 edit a bit ZCppMain/ZCStringStd.H
This commit is contained in:
@ -90,7 +90,8 @@ namespace ZNsMain
|
||||
##########################################################*/
|
||||
|
||||
|
||||
/*public : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
public :
|
||||
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
private:
|
||||
|
||||
template<typename TPosList> ZCStringStd& ReplaceByPosList ///////////////////
|
||||
@ -245,7 +246,7 @@ namespace ZNsMain
|
||||
public :
|
||||
|
||||
|
||||
ZCStringStd& Replace /*####################################################*/
|
||||
ZCStringStd& Replace /*////////////////////////////////////////////////////*/
|
||||
(
|
||||
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
||||
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
||||
@ -268,7 +269,7 @@ namespace ZNsMain
|
||||
);
|
||||
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
}/*
|
||||
ZCStringStd& Replace /*######################################################
|
||||
ZCStringStd& Replace ////////////////////////////////////////////////////////
|
||||
(
|
||||
TypeCPChar APC_Search, TypeCPChar APC_Replace,
|
||||
TypeLength AL_Search , TypeLength AL_Replace , TypeLength AL_Offset=0
|
||||
@ -276,7 +277,7 @@ namespace ZNsMain
|
||||
###########################################################################*/
|
||||
|
||||
|
||||
ZCStringStd& Replace /*####################################################*/
|
||||
ZCStringStd& Replace /*////////////////////////////////////////////////////*/
|
||||
(
|
||||
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
||||
)
|
||||
@ -284,7 +285,7 @@ namespace ZNsMain
|
||||
{
|
||||
return Replace(APC_Search, APC_Replace, ZftLength(APC_Search), ZftLength(APC_Replace), AL_Offset);
|
||||
}/*
|
||||
ZCStringStd& Replace /*######################################################
|
||||
ZCStringStd& Replace ////////////////////////////////////////////////////////
|
||||
(
|
||||
TypeCPChar APC_Search, TypeCPChar APC_Replace, TypeLength AL_Offset=0
|
||||
)
|
||||
|
@ -447,7 +447,8 @@ namespace ZNsMain
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////*/
|
||||
|
||||
/*public : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
public :
|
||||
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||
private:
|
||||
|
||||
template<typename TPosList> ZCStringBase& ReplaceByPosList ////////////////
|
||||
|
Reference in New Issue
Block a user