TrimLeftStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

TrimLeftStr


 

Removes spaces (or a specified character) from the beginning of a string.

 


Syntax 1

TrimLeftStr(

         str

         )

 

Remove the space.

 


Parameters

 

str

 

Type:

character

 

The character to be removed.

 

Return Value

 

 

Type:

character

 

The string after it has been stripped.

 


hmtoggle_plus1Explanation

 


Syntax 2

TrimLeftStr(

         str,

         target        

         )

 

Remove the target character (target).

 


Parameters

 

str

 

Type:

character

 

The character to be removed.

 

target

 

Type:

character

 

The characters to remove.

 

Return Value

 

 

Type:

character

 

The string after it has been stripped.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference