ReplaceStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

ReplaceStr


 

Replaces the specified characters with other characters.

 


syntax

ReplaceStr(

         str,

         old,

         new

         )

 


Parameters

 

str

 

Type:

General purpose

 

The source character.

 

old

 

Type:

character

 

The character to be replaced.

 

new

 

Type:

character

 

The replacement character.

 

Return Value

 

 

Type:

character

 

The converted character.

 


hmtoggle_plus1Explanation

 

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference