<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Replaces the specified characters with other characters.
syntax
ReplaceStr(
str,
old,
new
)
Parameters
str
Type:
General purpose
The source character.
old
character
The character to be replaced.
The replacement character.
Return Value
The converted character.
Explanation
Replace all occurrences of old with new.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
StrLen
MBStrLen
LeftStr
RightStr
MidStr
FindStr
IsLike
InsertStr
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr